diff --git a/includes/nextjs-turbopack-warning-expandable.mdx b/includes/nextjs-turbopack-warning-expandable.mdx index 4828026f2c7db..97ac19cf0ad5a 100644 --- a/includes/nextjs-turbopack-warning-expandable.mdx +++ b/includes/nextjs-turbopack-warning-expandable.mdx @@ -1,6 +1,10 @@ - + -The Sentry SDK doesn't fully support `next dev --turbo` as Turbopack is still under development. This means that the Sentry SDK will not capture any data from your frontend. Other than that, your dev server should be fully operational. +The Sentry SDK doesn't yet fully support Turbopack production builds (`next build --turbopack`) as Turbopack production builds are still in alpha. + +If you upgraded the Sentry SDK to the latest version and installed Next.js on version `15.3.0` or later, the SDK will capture all data as expected, however, it is currently not possible to apply sourcemaps to Turbopack production builds. + +Turbopack in dev-mode (`next dev --turbopack`) is fully supported. Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105).