Skip to content

Commit 0d46586

Browse files
author
Luca Forstner
authored
Reword turbopack section (#11869)
1 parent ad5093e commit 0d46586

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

platform-includes/getting-started-primer/javascript.nextjs.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ Features:
99

1010
<Note>
1111

12-
`next dev --turbo` is not supported while Turbopack is in beta. Running your devserver with Turbopack will cause the Sentry Next.js SDK not to be loaded in the browser. Data from serverside instrumentation will also be inaccurate or incomplete.
12+
The Sentry SDK does not fully support `next dev --turbo` while Turbopack does not ship all the features required to run Sentry.
13+
14+
Currently, when you run your devserver with Turbopack, the Sentry Next.js SDK will not be loaded in the browser.
15+
Keep this in mind when configuring the SDK.
16+
17+
Note that this only affects the devserver.
18+
The Sentry SDK will run without issues when you do a production build, even if you develop locally with Turbopack.
1319

1420
To support the SDK in the browser with Turbopack, [follow the feature request for client-side instrumentation in the Next.js repository](https://github.com/vercel/next.js/discussions/69294).
1521

22+
You can track Sentry's Turbopack support in the [GitHub Issue in the Sentry SDK repository](https://github.com/getsentry/sentry-javascript/issues/8105).
23+
1624
</Note>

0 commit comments

Comments
 (0)