Skip to content

Update Sentry to v7.19.0 (develop)

RenovateBot requested to merge renovate/develop-sentry into 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

Compare Source

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports