Skip to content

dependabot npm(deps): bump @sentry/tracing from 7.18.0 to 7.19.0

Bumps @sentry/tracing from 7.18.0 to 7.19.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.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)
Changelog

Sourced from @​sentry/tracing's changelog.

7.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)
Commits
  • 1818483 release: 7.19.0
  • 478aed0 meta: Update changelog for 7.19.0 (#6186)
  • 411b0fa chore(otel): Make @​sentry/opentelemetry-node public (#6187)
  • bd46727 fix(integrations): Remove erroneous WINDOW exports (#6185)
  • aaf48a1 ref(tracing): Deprecate tracingOrigins (#6176)
  • b4a4342 fix(otel): Use span.toTraceParent to set sentry-trace in propagator (#6174)
  • 7c61239 chore: Update craft config in preparation for otel release (#6184)
  • fd377d6 fix(react): Guard against non-error obj in ErrorBoundary (#6181)
  • c9128b0 chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#6178)
  • c59c70b feat(node): allow keepAlive override (#6161)
  • Additional commits viewable in compare view

Merge request reports

Loading