Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- 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
It's a pnpm monorepo with turbopack, with turbo installed at the root level and sentry living within the next project:
// apps/web/package.json
{
"name": "@repo/web",
"type": "module",
// ...
"dependencies": {
// ...
"@sentry/nextjs": "^9.12.0",
"next": "15.3.0",
},
}
Steps to Reproduce
Update turbo, next, and sentry to the latest versions!
If this is difficult to repro I will try to assemble an example.
Expected Result
The turbopack warning doesn't appear after its version requirements have been satisfied.
Actual Result
[@sentry/nextjs] WARNING: You are using the Sentry SDK with Turbopack (
next dev --turbo
). The Sentry SDK is compatible with Turbopack on Next.js version 15.3.0 or later. You are currently on 15.3.0. Please upgrade to a newer Next.js version to use the Sentry SDK with Turbopack. Note that the SDK will continue to work for non-Turbopack production builds. This warning is only about dev-mode.
Metadata
Metadata
Assignees
Type
Projects
Status