Skip to content

Commit 478aed0

Browse files
mydeaLms24AbhiPrasad
authored
meta: Update changelog for 7.19.0 (#6186)
* meta: Update changelog for 7.19.0 * chore: Update changelog & add migration info * Update CHANGELOG.md Co-authored-by: Lukas Stracke <[email protected]> * chore: Update migration docs for deprecation * chore: Add all deprecations to MIGRATIONS.md * Update MIGRATION.md Co-authored-by: Abhijeet Prasad <[email protected]> Co-authored-by: Lukas Stracke <[email protected]> Co-authored-by: Abhijeet Prasad <[email protected]>
1 parent 411b0fa commit 478aed0

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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+
This release also deprecates the `tracingOrigins` option in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
14+
See [#6176](https://github.com/getsentry/sentry-javascript/pull/6176) for details.
15+
16+
- feat(node): Allow keepAlive override (#6161)
17+
- feat(tracing): Add `transaction.setContext` method (#6154)
18+
- feat(tracing): Allow to set `instrumenter` on Span & Transaction (#6136)
19+
- fix(integrations): Remove erroneous WINDOW exports (#6185)
20+
- fix(react): Guard against non-error obj in ErrorBoundary (#6181)
21+
- perf(core): Prevent creation of new contexts object on scope (#6156)
22+
- ref(tracing): Deprecate `tracingOrigins` (#6176)
23+
724
## 7.18.0
825

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

MIGRATION.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Deprecations in 7.x
2+
3+
## Deprecated `tracingOrigins` (since 7.19.0) - #6176
4+
5+
The `tracingOrigins` option is deprecated in favor of using `shouldCreateSpanForRequest` and `tracePropagationTargets`.
6+
7+
## Deprecate `componentTrackingPreprocessor` in Svelte SDK (since 7.16.0) - #5936
8+
9+
This release adds the `withSentryConfig` feature to the Svelte SDK. It replaces the now deprecated Svelte `componentTrackingPreprocessor` which will be removed in the next major release.
10+
11+
## Deprecate `getGlobalObject` in `@sentry/utils` (since 7.16.0) - #5949
12+
13+
This is no longer used.
14+
15+
## Deprecate @sentry/hub (since 7.15.0) - #5823
16+
17+
This release deprecates `@sentry/hub` and all of it's exports. All of the `@sentry/hub` exports have moved to `@sentry/core`. `@sentry/hub` will be removed in the next major release.
18+
119
# Upgrading from 6.x to 7.x
220

321
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)