Update Sentry to v7.19.0 (develop)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@sentry/tracing (source) | dependencies | minor | 7.18.0 -> 7.19.0 |
@sentry/vue (source) | dependencies | minor | 7.18.0 -> 7.19.0 |
Release Notes
getsentry/sentry-javascript
v7.19.0
This release adds a new SDK, @sentry/opentelemetry-node, 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)
This release also deprecates the tracingOrigins
option in favor of using shouldCreateSpanForRequest
and tracePropagationTargets
.
See #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)
- fix(react): Guard against non-error obj in ErrorBoundary (#6181)
- perf(core): Prevent creation of new contexts object on scope (#6156)
- ref(tracing): Deprecate
tracingOrigins
(#6176)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.