Skip to content

Commit 9dd05bd

Browse files
committed
ref(nextjs): Point out next dev --turbo minimum required NextJS version
1 parent 0312e40 commit 9dd05bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/nextjs-turbopack-warning-expandable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Sentry SDK doesn't yet fully support Turbopack production builds (`next buil
44

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

7-
Turbopack in dev-mode (`next dev --turbopack`) is fully supported.
7+
Turbopack in dev-mode (`next dev --turbopack`) is fully supported for Next.js 15.3.0 and later. To verify your Sentry setup, temporarily remove the `--turbo` if you're on older Next.js versions.
88

99
Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105).
1010

0 commit comments

Comments
 (0)