Skip to content

Commit d24a3f5

Browse files
authored
meta: Update changelog for 7.18.0 (#6151)
1 parent b428d14 commit d24a3f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## 7.18.0
8+
9+
This release adds the `beforeSendTransaction` callback to all JS SDKs, letting you make changes to or drop transactions before they're sent to Sentry. This callback works identically to `beforeSend`, just for transactions.
10+
11+
- feat(core): Add `beforeSendTransaction` (#6121)
12+
- feat(node): Add option to `OnUncaughtException` integration that allows mimicking native uncaught error exit behaviour (#6137)
13+
- feat(tracing): Add `tracePropagationTargets` option to browser routing instrumentation (#6080)
14+
- fix(nextjs): Allow `onUncaughtException` integration to remain excluded (#6148)
15+
- fix(nextjs): Do not exit process when errors bubble up while additional `uncaughtException`-handlers are registered (#6138)
16+
- fix(remix): Prevent capturing pending promises as exceptions. (#6129)
17+
718
## 7.17.4
819

920
- fix(aws): Move relay to port 5333 to avoid collisions (#6093)

0 commit comments

Comments
 (0)