From efccbc433bb3d33c1028669c28c44a1534b1ed17 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 15 Apr 2025 14:11:28 +0200 Subject: [PATCH 1/3] Update turbopack warning --- includes/nextjs-turbopack-warning-expandable.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/includes/nextjs-turbopack-warning-expandable.mdx b/includes/nextjs-turbopack-warning-expandable.mdx index 4828026f2c7db..e2a8bdbacfe05 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 is fully supported. Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105). From 39f1d66adee6f7f05c176fc5a302337a0132a978 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 15 Apr 2025 14:12:09 +0200 Subject: [PATCH 2/3] . --- includes/nextjs-turbopack-warning-expandable.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/nextjs-turbopack-warning-expandable.mdx b/includes/nextjs-turbopack-warning-expandable.mdx index e2a8bdbacfe05..97ac19cf0ad5a 100644 --- a/includes/nextjs-turbopack-warning-expandable.mdx +++ b/includes/nextjs-turbopack-warning-expandable.mdx @@ -4,7 +4,7 @@ The Sentry SDK doesn't yet fully support Turbopack production builds (`next buil 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 is fully supported. +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). From da884d30638f343404ddc307f9f49c54203ab5da Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 15 Apr 2025 15:29:40 +0200 Subject: [PATCH 3/3] nudge ci