dependabot npm(deps): bump @sentry/tracing from 7.28.1 to 7.29.0
Bumps @sentry/tracing from 7.28.1 to 7.29.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.29.0
This update includes a change to the
@sentry/nextjs
SDK that may increase response times of requests in applications deployed to Vercel or AWS lambdas to ensure that error events are sent consistently. Additionally, Next.js applications deployed to Vercel or AWS lambdas may also see an uptick in sent transactions. (for more information see #6578)
- feat(core): Add
getSdkMetadata
toClient
(#6643)- feat(nextjs): Send events consistently on platforms that don't support streaming (#6578)
- feat(replay): Use new
prepareEvent
util & ensure dropping replays works (#6522)- feat(types): Upstream some replay types (#6506)
- fix(replay): Envelope send should be awaited in try/catch (#6625)
- fix(replay): Improve handling of
maskAllText
selector (#6637)- fix(tracing): Don't finish React Router 6
pageload
transactions early (#6609)
Changelog
Sourced from @sentry/tracing
's changelog.
7.29.0
This update includes a change to the
@sentry/nextjs
SDK that may increase response times of requests in applications deployed to Vercel or AWS lambdas to ensure that error events are sent consistently. Additionally, Next.js applications deployed to Vercel or AWS lambdas may also see an uptick in sent transactions. (for more information see #6578)
- feat(core): Add
getSdkMetadata
toClient
(#6643)- feat(nextjs): Send events consistently on platforms that don't support streaming (#6578)
- feat(replay): Use new
prepareEvent
util & ensure dropping replays works (#6522)- feat(types): Upstream some replay types (#6506)
- fix(replay): Envelope send should be awaited in try/catch (#6625)
- fix(replay): Improve handling of
maskAllText
selector (#6637)- fix(tracing): Don't finish React Router 6
pageload
transactions early (#6609)
Commits
-
a06f95e
release: 7.29.0 -
d1934af
meta: Update changelog for 7.29.0 (#6652) -
c157f86
feat(core): AddgetSdkMetadata
toClient
(#6643) -
b03a32b
ref(replay): Extract flush min and max delay default values to constants (#6612) -
b674c26
feat(replay): Use newprepareEvent
util & ensure dropping replays works (#6... -
65cd080
fix(tracing): Don't finish React Router 6pageload
transactions early (#6609) -
23a7d0b
ref(replay): Replacelodash.debounce
with custom debounce implementation (#... -
371d42d
feat(nextjs): Send events consistently on platforms that don't support stream... -
3b1bcaf
fix(replay): Improve handling ofmaskAllText
selector (#6637) -
a23bda5
feat(types): Upstream some replay types (#6506) - Additional commits viewable in compare view