dependabot npm(deps): bump @sentry/tracing from 7.26.0 to 7.27.0
Bumps @sentry/tracing from 7.26.0 to 7.27.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.27.0
This release exports the Session Replay integration via
@sentry/browser
and all framework SDKs building on top of it. Going forward, the@sentry/replay
package doesn't have to be installed explicitly to use Replay. Furthermore, this release increases the maximim replay session duration from 30 minutes to 1 hour.
- feat(browser): Export
Replay
integration from Browser SDK (#6508)- feat(replay): Change
MAX_SESSION_LIFE
to 1 hour (#6561)- feat(replay): Do not capture errors originating from rrweb (#6521)
- feat(replay): Flush immediately on DOM checkouts (#6463)
- fix(core): Make
beforeSend
handling defensive for different event types (#6507)- fix(replay): Ensure lodash.debounce does not trigger next.js warning (#6551)
- fix(replay): Make
maskAllText
selector more specific (#6544)- fix(replay): Send
dsn
in envelope header if tunneling is active (#6568)- fix(utils): Don't attach context lines to stack frames without line number (#6549)
- ref(replay): Send SDK's name in replay event (#6514)
Work in this release contributed by
@theofidry
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
7.27.0
This release exports the Session Replay integration via
@sentry/browser
and all framework SDKs building on top of it. Going forward, the@sentry/replay
package doesn't have to be installed explicitly to use Replay. Furthermore, this release increases the maximim replay session duration from 30 minutes to 1 hour.
- feat(browser): Export
Replay
integration from Browser SDK (#6508)- feat(replay): Change
MAX_SESSION_LIFE
to 1 hour (#6561)- feat(replay): Do not capture errors originating from rrweb (#6521)
- feat(replay): Flush immediately on DOM checkouts (#6463)
- fix(core): Make
beforeSend
handling defensive for different event types (#6507)- fix(replay): Ensure lodash.debounce does not trigger next.js warning (#6551)
- fix(replay): Make
maskAllText
selector more specific (#6544)- fix(replay): Send
dsn
in envelope header if tunneling is active (#6568)- fix(utils): Don't attach context lines to stack frames without line number (#6549)
- ref(replay): Send SDK's name in replay event (#6514)
Work in this release contributed by
@theofidry
. Thank you for your contribution!
Commits
-
b616811
release: 7.27.0 -
aec720f
test: Add Replay dependency resolution to Remix and NextJS integration tests ... -
7d80ad3
meta: Update CHANGELOG for 7.27.0 (#6569) -
d144d12
ref(angular): Add more tests to the error handler (#6445) -
90198b1
feat(replay): ChangeMAX_SESSION_LIFE
to 1 hour (#6561) -
5961a96
fix(replay): Senddsn
in envelope header if tunneling is active (#6568) -
0463cc5
build: Make sure yarn.lock changes (#6564) -
16b7343
ci: Split node & browser unit tests (#6535) -
3ef3918
fix(utils): Don't attach context lines to stack frames without line number (#... -
6462f67
ci: Ensure replay changes trigger tests in all browser related packages (#6554) - Additional commits viewable in compare view