We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f2fb commit 1bbe0d9Copy full SHA for 1bbe0d9
packages/nextjs/src/config/withSentryConfig.ts
@@ -178,7 +178,7 @@ 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
const isSupportedCanary =
183
major !== undefined &&
184
minor !== undefined &&
0 commit comments