Skip to content

Commit d9f48ec

Browse files
committed
meta: Update changelog for 7.19.0
1 parent bd46727 commit d9f48ec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.19.0
8+
9+
This release adds a new SDK, [@sentry/opentelemetry-node](./packages/opentelemetry-node/),
10+
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
11+
Give it a try and let us know if you have any feedback or problems with using it. (#6000)
12+
13+
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#6178)
14+
- feat(node): allow keepAlive override (#6161)
15+
- feat(tracing): Add `transaction.setContext` method (#6154)
16+
- feat(tracing): Allow to set `instrumenter` on Span & Transaction (#6136)
17+
- fix(integrations): Remove erroneous WINDOW exports (#6185)
18+
- fix(react): Guard against non-error obj in ErrorBoundary (#6181)
19+
- perf(core): Prevent creation of new contexts object on scope (#6156)
20+
- ref(tracing): Deprecate `tracingOrigins` (#6176)
21+
722
## 7.18.0
823

924
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.

0 commit comments

Comments
 (0)