Skip to content

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

Bumps @sentry/tracing from 7.17.4 to 7.18.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.18.0

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.

  • feat(core): Add beforeSendTransaction (#6121)
  • feat(node): Add option to OnUncaughtException integration that allows mimicking native uncaught error exit behaviour (#6137)
  • feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#6080)
  • fix(nextjs): Allow onUncaughtException integration to remain excluded (#6148)
  • fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered (#6138)
  • fix(remix): Prevent capturing pending promises as exceptions. (#6129)
Changelog

Sourced from @​sentry/tracing's changelog.

7.18.0

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.

  • feat(core): Add beforeSendTransaction (#6121)
  • feat(node): Add option to OnUncaughtException integration that allows mimicking native uncaught error exit behaviour (#6137)
  • feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#6080)
  • fix(nextjs): Allow onUncaughtException integration to remain excluded (#6148)
  • fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered (#6138)
  • fix(remix): Prevent capturing pending promises as exceptions. (#6129)
Commits
  • 7cb8e61 release: 7.18.0
  • d24a3f5 meta: Update changelog for 7.18.0 (#6151)
  • b428d14 fix(nextjs): Allow onUncaughtException integration to remain excluded (#6148)
  • f214732 feat(core): Add beforeSendTransaction (#6121)
  • 59047ec feat(tracing): Add tracePropagationTargets option to browser routing instru...
  • eb04258 fix(nextjs): Do not exit process when errors bubble up while additional `unca...
  • 3eaf71e feat(node): Add option to OnUncaughtException integration that allows mimic...
  • a0564ed feat(core): Add instrumenter option to ClientOptions (#6128)
  • f2516fd test(nextjs): Attempt to make Next.js integration tests less flakey (#6130)
  • b56a573 ref(core): Pre-beforeSendTransaction cleanup (#6135)
  • Additional commits viewable in compare view

Merge request reports

Loading