Skip to content

Commit ecdbbe5

Browse files
committed
meta: Update changelog for 7.18.0
1 parent b428d14 commit ecdbbe5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
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 or drop transactions before they're sent to Sentry. This callback works identically to `beforeSend`, just for transactions.
10+
11+
Furthermore, this release adds the `shouldCreateSpanForRequest` option to the Node SDK and the `tracePropagationTargets` option to the Browser SDK, providing fine grained control over which outgoing Http requests should be represented as a span in an ongoing transaction and which requests should be traced by Sentry.
12+
13+
This release also marks the starting point of adding support for OpenTelemetry to the Node SDK, by adding the `instrumenter` option to the Node SDK.
14+
15+
- feat(core): Add `beforeSendTransaction` (#6121)
16+
- feat(core): Add `instrumenter` option to `ClientOptions` (#6128)
17+
- feat(node): Add option to `OnUncaughtException` integration that allows mimicking native uncaught error exit behaviour (#6137)
18+
- feat(node): Add `shouldCreateSpanForRequest` option (#6055)
19+
- feat(otel): Add extract functionality to SentryPropagator (#6115)
20+
- feat(tracing): Add `tracePropagationTargets` option to browser routing instrumentation (#6080)
21+
- fix(nextjs): Allow `onUncaughtException` integration to remain excluded (#6148)
22+
- fix(nextjs): Do not exit process when errors bubble up while additional `uncaughtException`-handlers are registered (#6138)
23+
- fix(remix): Prevent capturing pending promises as exceptions. (#6129)
24+
- ref(core): Pre-`beforeSendTransaction` cleanup (#6135)
25+
726
## 7.17.4
827

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

0 commit comments

Comments
 (0)