We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416a2bd commit f83938cCopy full SHA for f83938c
packages/nextjs/src/config/withSentryConfig.ts
@@ -113,7 +113,7 @@ function migrateDeprecatedWebpackOptions(userSentryOptions: SentryBuildOptions):
113
deprecatedValue: T | undefined,
114
message: string,
115
): T | undefined => {
116
- if (deprecatedValue !== undefined && deprecatedValue !== newValue) {
+ if (deprecatedValue !== undefined) {
117
// eslint-disable-next-line no-console
118
console.warn(message);
119
}
0 commit comments