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...
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.0even 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...