dependabot npm(deps): bump @sentry/tracing from 7.31.1 to 7.33.0
Bumps @sentry/tracing from 7.31.1 to 7.33.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.33.0
With this release, the sample rate for Session Replays will default to 0. We recommend explicitly setting the sample rate via the
replaysSessionSampleRate
andreplaysOnErrorSampleRate
options.
- feat(replay): Remove default sample rates for replay (#6878)
- feat(replay): try/catch around stopRecording (#6856)
- fix(nextjs): Mark multiplexer targets as entrypoints (#6919)
7.32.1
- fix(nextjs): Make SDK multiplexer more resilient (#6905)
7.32.0
- build(replay): Stop preserving modules (#6817)
- feat(nextjs): Add browser SDK to
app
directory browser bundle (#6812)- feat(node): Use
includeLocalVariables
option to enableLocalVariables
integration (#6874)- feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (#6876)
- feat(replay): Add
flush
method to integration (#6776)- feat(replay): Handle worker loading errors (#6827)
- feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761)
- feat(tracing): Promote
enableLongTask
to option ofBrowserTracing
(#6837)- fix(core): Fix replay client report data category (#6891)
- fix(nextjs): Fix SDK multiplexer loader on Windows (#6866)
- fix(otel): Use http/grpc status over span status (#6879)
- fix(react): Add children prop for Profiler (#6828)
- fix(react): Make wrapCreateBrowserRouter generic (#6862)
- fix(remix): Make sure the domain is created before running. (#6852)
- ref(nextjs): Remove NFT build time exclusions (#6846)
- ref(replay): Avoid duplicate debounce timers (#6863)
- ref(replay): Remove unused
initialFlushDelay
option (#6867)- ref(replay): Send SDK version in Replay events (#6814)
Work in this release contributed by
@h3rmanj
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
7.33.0
With this release, the sample rate for Session Replays will default to 0. We recommend explicitly setting the sample rate via the
replaysSessionSampleRate
andreplaysOnErrorSampleRate
options.
- feat(replay): Remove default sample rates for replay (#6878)
- feat(replay): try/catch around stopRecording (#6856)
- fix(nextjs): Mark multiplexer targets as entrypoints (#6919)
7.32.1
- fix(nextjs): Make SDK multiplexer more resilient (#6905)
7.32.0
- build(replay): Stop preserving modules (#6817)
- feat(nextjs): Add browser SDK to
app
directory browser bundle (#6812)- feat(node): Use
includeLocalVariables
option to enableLocalVariables
integration (#6874)- feat(node): Add option to capture local variables for caught exceptions via LocalVariables integration (#6876)
- feat(replay): Add
flush
method to integration (#6776)- feat(replay): Handle worker loading errors (#6827)
- feat(replay): Lower the flush max delay from 15 seconds to 5 seconds (#6761)
- feat(tracing): Promote
enableLongTask
to option ofBrowserTracing
(#6837)- fix(core): Fix replay client report data category (#6891)
- fix(nextjs): Fix SDK multiplexer loader on Windows (#6866)
- fix(otel): Use http/grpc status over span status (#6879)
- fix(react): Add children prop for Profiler (#6828)
- fix(react): Make wrapCreateBrowserRouter generic (#6862)
- fix(remix): Make sure the domain is created before running. (#6852)
- ref(nextjs): Remove NFT build time exclusions (#6846)
- ref(replay): Avoid duplicate debounce timers (#6863)
- ref(replay): Remove unused
initialFlushDelay
option (#6867)- ref(replay): Send SDK version in Replay events (#6814)
Work in this release contributed by
@h3rmanj
. Thank you for your contribution!
Commits
-
1d8bae9
release: 7.33.0 -
67e4c2b
meta: CHANGELOG for 7.33.0 (#6920) -
7cbac13
fix(nextjs): Mark multiplexer targets as entrypoints (#6919) -
1476a1f
ci: Increase E2E test timeout (#6913) -
3aed9a7
feat(replay): try/catch around stopRecording (#6856) -
f2e00b1
feat(replay): Remove default sample rates for replay (#6878) -
d1ddeff
test(nextjs): Add NextJS server-side E2E tests. (#6829) -
bee8d52
ref(replay): Extract some more handlers out into functional style (#6893) -
e66a0c0
Merge branch 'release/7.32.1' -
19acab7
release: 7.32.1 - Additional commits viewable in compare view