Skip to content

Commit 864d88a

Browse files
authored
docs(js): Update turbopack support notes (#15008)
1 parent 2842a3a commit 864d88a

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
<Expandable level="warning" title="Are you using Turbopack?">
1+
<Expandable level="info" title="Are you using Turbopack?">
22

3-
The Sentry SDK doesn't yet fully support Turbopack production builds (`next build --turbopack`) as Turbopack production builds are still in alpha.
4-
5-
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.
6-
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.
8-
9-
Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105).
3+
The Sentry SDK fully supports Turbopack production builds (`next build --turbopack`) starting with `@sentry/[email protected]`.
104

115
</Expandable>

platform-includes/sourcemaps/overview/javascript.nextjs.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,7 @@ module.exports = withSentryConfig(
5656
```
5757
### Turbopack Considerations
5858

59-
**Important:** The Sentry SDK doesn't yet fully support Turbopack production builds (`next build --turbopack`) as Turbopack production builds are still in alpha.
60-
61-
- **Turbopack dev mode** (`next dev --turbopack`) is fully supported for Next.js 15.3.0+
62-
- **Turbopack production builds** are not currently supported for source map upload
63-
- If you're using Turbopack, remove the `--turbo` flag for production builds until full support is available
64-
65-
Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105).
59+
Sourcemaps for Turbopack production builds are supported starting with `@sentry/[email protected]`.
6660

6761
### Troubleshooting
6862

0 commit comments

Comments
 (0)