Skip to content

dependabot npm(deps): bump @sentry/tracing from 7.24.2 to 7.26.0

Bumps @sentry/tracing from 7.24.2 to 7.26.0.

Release notes

Sourced from @​sentry/tracing's releases.

7.26.0

  • feat(browser): Export event builder methods for use in other SDKs (#6515)
  • feat(types): Add threads to Event (#6516)
  • feat(nextjs): Add option to automatically tunnel events (#6425)
  • fix(nextjs): Fix automatic release value discovery (#6513)
  • ref(nextjs): Use generic loader to inject global values (#6484)

Work in this release contributed by @​theofidry. Thank you for your contribution!

7.25.0

  • feat(core): Add scope.getLastBreadcrumb() (#6495)
  • feat(replay): Allow to opt-in to capture replay exceptions (#6482)
  • feat(tracing): Add interaction transaction as an experiment (#6210)
  • feat(types): Add profile envelope item type (#6468)
  • fix(replay): Replace _waitForError with recordingMode (#6489)
  • ref(replay): Inline lodash dependency into build (#6483)
  • build(core): Do not mangle private methods used by Replay (#6493)
Changelog

Sourced from @​sentry/tracing's changelog.

7.26.0

  • feat(browser): Export event builder methods for use in other SDKs (#6515)
  • feat(types): Add threads to Event (#6516)
  • feat(nextjs): Add option to automatically tunnel events (#6425)
  • fix(nextjs): Fix automatic release value discovery (#6513)
  • ref(nextjs): Use generic loader to inject global values (#6484)

Work in this release contributed by @​theofidry. Thank you for your contribution!

7.25.0

  • feat(core): Add scope.getLastBreadcrumb() (#6495)
  • feat(replay): Allow to opt-in to capture replay exceptions (#6482)
  • feat(tracing): Add interaction transaction as an experiment (#6210)
  • feat(types): Add profile envelope item type (#6468)
  • fix(replay): Replace _waitForError with recordingMode (#6489)
  • ref(replay): Inline lodash dependency into build (#6483)
  • build(core): Do not mangle private methods used by Replay (#6493)
Commits
  • 609f6a1 release: 7.26.0
  • 54b8b31 meta: Update changelog for 7.26.0 (#6518)
  • cfcbe80 feat(browser): Export event builder methods for use in other SDKs (#6515)
  • a175485 chore(event): Add threads to Event (#6516)
  • 81c3a38 fix(nextjs): Fix automatic release value discovery (#6513)
  • c2eb012 ref(replay): Stop calling _updateSessionFromEvent (#6510)
  • d348b29 chore(integration-tests): Update Playwright to 1.27.1 (#6511)
  • b7eaf3e test(e2e): Make E2E test org and project configurable via env variables (#6509)
  • 6e6e241 feat(nextjs): Add option to automatically tunnel events (#6425)
  • 241f784 Extract HttpModule error extraction into a dedicated function (#6444)
  • Additional commits viewable in compare view

Merge request reports

Loading