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 d34e67e commit 36be635Copy full SHA for 36be635
packages/nextjs/src/config/withSentryConfig.ts
@@ -178,7 +178,8 @@ function getFinalConfigObject(
178
patch !== undefined &&
179
(major > 15 ||
180
(major === 15 && minor > 3) ||
181
- (major === 15 && minor === 3 && patch >= 0 && prerelease === undefined));
+ (major === 15 && minor === 3 && patch === 0 && prerelease === undefined) ||
182
+ (major === 15 && minor === 3 && patch > 0));
183
const isSupportedCanary =
184
major !== undefined &&
185
minor !== undefined &&
0 commit comments