### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases ### 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. <img width="639" alt="Image" src="https://github.com/user-attachments/assets/592663c4-50fd-4220-952e-93027f6b0114" /> Maybe this should check greater or equal, i.e. `patch >= 0`? <img width="654" alt="Image" src="https://github.com/user-attachments/assets/c21aecea-59b0-439f-ba2b-00c3247286e9" /> 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...