False positive - The Sentry SDK is compatible with Turbopack on Next.js version 15.3.0 or later. You are currently on 15.3.0. #16025
Labels
Package: nextjs
Issues related to the Sentry Nextjs SDK
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
9.12.0
Framework Version
Next 15.3.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
Hi! Getting warning that I'm not using
Next 15.3.0
even though I do that.Maybe this should check greater or equal, i.e.
patch >= 0
?https://github.com/getsentry/sentry-javascript/blob/8046e149546f85d93706ec7bf868e749a0c1e690/packages/nextjs/src/config/withSentryConfig.ts
Steps to Reproduce
Se above...
Expected Result
No warning when using
Next 15.3.0
.Actual Result
See above...
The text was updated successfully, but these errors were encountered: