diff --git a/packages/nextjs/src/config/withSentryConfig.ts b/packages/nextjs/src/config/withSentryConfig.ts index 0ecb2caee9b9..e3092af747c6 100644 --- a/packages/nextjs/src/config/withSentryConfig.ts +++ b/packages/nextjs/src/config/withSentryConfig.ts @@ -178,7 +178,7 @@ function getFinalConfigObject( patch !== undefined && (major > 15 || (major === 15 && minor > 3) || - (major === 15 && minor === 3 && patch > 0 && prerelease === undefined)); + (major === 15 && minor === 3 && patch >= 0 && prerelease === undefined)); const isSupportedCanary = major !== undefined && minor !== undefined &&