Skip to content

Commit cdbe475

Browse files
committed
chore: Update changelog & add migration info
1 parent d9f48ec commit cdbe475

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ This release adds a new SDK, [@sentry/opentelemetry-node](./packages/opentelemet
1010
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
1111
Give it a try and let us know if you have any feedback or problems with using it. (#6000)
1212

13-
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#6178)
14-
- feat(node): allow keepAlive override (#6161)
13+
### Deprecation for `tracingOrigins` added
14+
15+
The `tracingOrigins` option is deprecated in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
16+
See [#6176](https://github.com/getsentry/sentry-javascript/pull/6176) for details.
17+
18+
- feat(node): Allow keepAlive override (#6161)
1519
- feat(tracing): Add `transaction.setContext` method (#6154)
1620
- feat(tracing): Allow to set `instrumenter` on Span & Transaction (#6136)
1721
- fix(integrations): Remove erroneous WINDOW exports (#6185)

MIGRATION.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Upgrading from 7.18.0 to 7.19.0
2+
3+
## Deprecated `tracingOrigins`
4+
5+
The `tracingOrigins` option is deprecated in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
6+
See [#6176](https://github.com/getsentry/sentry-javascript/pull/6176) for details.
7+
8+
https://github.com/getsentry/sentry-javascript/pull/6176
9+
110
# Upgrading from 6.x to 7.x
211

312
The main goal of version 7 is to reduce bundle size. This version is breaking because we removed deprecated APIs, upgraded our build tooling, and restructured npm package contents.

0 commit comments

Comments
 (0)