dependabot npm(deps): bump @sentry/node from 7.24.2 to 7.25.0
Bumps @sentry/node from 7.24.2 to 7.25.0.
Release notes
Sourced from @sentry/node
's releases.
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
withrecordingMode
(#6489)- ref(replay): Inline lodash dependency into build (#6483)
- build(core): Do not mangle private methods used by Replay (#6493)
Changelog
Sourced from @sentry/node
's changelog.
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
withrecordingMode
(#6489)- ref(replay): Inline lodash dependency into build (#6483)
- build(core): Do not mangle private methods used by Replay (#6493)
Commits
-
63ffeeb
release: 7.25.0 -
e15b5ba
meta: Update CHANGELOG for 7.25.0 (#6498) -
d36de87
build(core): Do not mangle private methods used by Replay (#6493) -
13778da
ref(replay): Avoid using privatehub._withClient
(#6494) -
b4efa21
ref(replay): Hide internal replay tracing behind experiments flag (#6487) -
867c731
feat(core): Addscope.getLastBreadcrumb()
(#6495) -
8ae1ce4
test(replay): Streamline replay test imports (#6486) -
497a3c7
fix(replay): Replace_waitForError
withrecordingMode
(#6489) -
8342523
feat(types): add profile envelope item type (#6468) -
7a35088
feat(replay): Allow to opt-in to capture replay exceptions (#6482) - Additional commits viewable in compare view