Skip to content

Commit 738aae2

Browse files
authored
meta: Update changelog for 7.8.0 (#5474)
1 parent b673bc3 commit 738aae2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.8.0
8+
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+
11+
- feat(react): Use state context for Redux integration (#5471)
12+
- feat(remix): Set sentry-trace and baggage <meta> tags on server-side (#5440)
13+
- feat(tracing): Allow storing span metadata (#5464)
14+
- feat(tracing): Log start and end of span (#5446)
15+
- fix(nextjs): Add transpileClientSDK option (#5472)
16+
- fix(nextjs): Move userNextConfig.sentry to closure (#5473)
17+
- fix(nextjs): Remove index signaure in `captureUnderscoreErrorException` argument type (#5463)
18+
- fix(nextjs): Stop using `eval` when checking for `sentry-cli` binary (#5447)
19+
- fix(remix): Clone erroneous responses not to consume their body streams. (#5429)
20+
- fix(remix): Do not capture 4xx codes from thrown responses. (#5441)
21+
- ref(angular): Set ErrorHandler Exception Mechanism to be unhandled by default(#3844)
22+
- ref(nextjs): Extract `isBuild` into an exported function (#5444)
23+
- ref(nextjs): Remove compensation for workaround in `_error.js` (#5378)
24+
- ref(nextjs): Use loader to set `RewriteFrames` helper value (#5445)
25+
- ref(node): Improve Express URL Parameterization (#5450)
26+
- ref(utils): Improve uuid generation (#5426)
27+
28+
Work in this release contributed by @mitchheddles. Thank you for your contribution!
29+
730
## 7.7.0
831

932
- feat(angular): Add URL parameterization of transaction names (#5416)

0 commit comments

Comments
 (0)