Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
ludwighogstrom opened this issue Apr 10, 2025 · 1 comment · Fixed by #16026
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK

Comments

@ludwighogstrom
Copy link

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.

Image

Maybe this should check greater or equal, i.e. patch >= 0?

Image

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

@s1gr1d
Copy link
Member

s1gr1d commented Apr 10, 2025

Hello, thanks for writing in. Created a PR for this: #16026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants