Skip to content

Commit e52aeca

Browse files
authored
docs(js): Add min next version for Turbopack support (#15009)
1 parent 864d88a commit e52aeca

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

3-
The Sentry SDK fully supports Turbopack production builds (`next build --turbopack`) starting with `@sentry/[email protected]`.
3+
The Sentry SDK fully supports Turbopack production builds (`next build --turbopack`) starting with `@sentry/[email protected]`. The minimum required Next.js version is `[email protected]`.
44

55
</Expandable>

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

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

59-
Sourcemaps for Turbopack production builds are supported starting with `@sentry/[email protected]`.
59+
Sourcemaps for Turbopack production builds are supported starting with `@sentry/[email protected]`. The minimum required Next.js version is `[email protected]`.
6060

6161
### Troubleshooting
6262

0 commit comments

Comments
 (0)