Skip to content

Commit

Permalink
chore: Update changelog & add migration info
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Nov 10, 2022
1 parent d9f48ec commit 362243e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Expand Up @@ -10,8 +10,12 @@ This release adds a new SDK, [@sentry/opentelemetry-node](./packages/opentelemet
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
Give it a try and let us know if you have any feedback or problems with using it. (#6000)

- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#6178)
- feat(node): allow keepAlive override (#6161)
### Deprecation for `tracingOrigins` added

The `tracingOrigins` option is deprecated in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
See [#6176](https://github.com/getsentry/sentry-javascript/pull/6176) for details.

- feat(node): Allow keepAlive override (#6161)
- feat(tracing): Add `transaction.setContext` method (#6154)
- feat(tracing): Allow to set `instrumenter` on Span & Transaction (#6136)
- fix(integrations): Remove erroneous WINDOW exports (#6185)
Expand Down
7 changes: 7 additions & 0 deletions MIGRATION.md
@@ -1,3 +1,10 @@
# Upgrading from 7.18.0 to 7.19.0

## Deprecated `tracingOrigins`

The `tracingOrigins` option is deprecated in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
See [#6176](https://github.com/getsentry/sentry-javascript/pull/6176) for details.

# Upgrading from 6.x to 7.x

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.
Expand Down

0 comments on commit 362243e

Please sign in to comment.