Skip to content

Commit f63df2a

Browse files
committed
add #5446, add paragraph about transpileClientSDK option
1 parent 8589c3c commit f63df2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66

77
## 7.8.0
88

9+
This release adds the `transpileClientSDK` flag to the Next.JS SDK Webpack config. This option makes WebPack transpile the SDK code to the same transpilation level as the user code. By specifying this option, the Next.JS SDK works in older browsers that do not support ES6 or ES6+ (e.g. object spread) features.
10+
911
- feat(react): Use state context for Redux integration (#5471)
1012
- feat(remix): Set sentry-trace and baggage <meta> tags on server-side (#5440)
1113
- feat(tracing): Allow storing span metadata (#5464)
14+
- feat(tracing): Log start and end of span (#5446)
1215
- fix(nextjs): Add transpileClientSDK option (#5472)
1316
- fix(nextjs): Move userNextConfig.sentry to closure (#5473)
1417
- fix(nextjs): Remove index signaure in `captureUnderscoreErrorException` argument type (#5463)
@@ -21,6 +24,7 @@
2124
- ref(nextjs): Use loader to set `RewriteFrames` helper value (#5445)
2225
- ref(node): Improve Express URL Parameterization (#5450)
2326
- ref(utils): Improve uuid generation (#5426)
27+
2428
Work in this release contributed by @mitchheddles. Thank you for your contribution!
2529

2630
## 7.7.0

0 commit comments

Comments
 (0)