-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Next.js Turbopack Support #8105
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
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It's also worth noting that the initial Turbopack support is for |
@lforst Why depended on further next.js releases work now and make it compatitable turbopack with sentry at least in dev mode |
@coderrshyam I don't fully understand what you are saying but the SDK is already compatible with |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Is there an ETA on source maps support? |
Important
This issue is tracking progress on Turbopack Support. If you find bugs or problems with the Sentry SDK in combination with Turbopack please open a separate issue. Thank you!
Problem Statement
Sentry should work in combination with Turbopack with all of its features.
Current Status (Last Update May 5, 2025)
9.9.0
or greater- Upgrade to Next.js canary
15.3.0-canary.8
or greater- Add
instrumentation-client.ts
file withSentry.init()
call. (sentry.client.config.ts
can be replaced withinstrumentation-client.ts
. It serves the same purpose.)9.11.0
runAfterProductionCompile
hook implemented in Next.js (done in Next.js15.4.0-canary.19
)- Needs way to inject debug IDs into bundles implemented in Next.js
- Will likely not be possible for the forseeable future
The text was updated successfully, but these errors were encountered: