You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/getting-started-primer/javascript.nextjs.mdx
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,16 @@ Features:
9
9
10
10
<Note>
11
11
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.
13
19
14
20
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).
15
21
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).
0 commit comments