dependabot npm(deps): bump @sentry/node from 7.52.1 to 7.53.0
Bumps @sentry/node from 7.52.1 to 7.53.0.
Release notes
Sourced from @sentry/node
's releases.
7.53.0
- feat(replay): Add
beforeAddRecordingEvent
Replay option (#8124)- feat(replay): Do not capture replays < 5 seconds (#7949)
- fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
- fix(nextjs): Import path issue on Windows (#8142)
- fix(nextjs): Make
withSentryConfig
isomorphic (#8166)- fix(node): Add debug logging for node checkin (#8131)
- fix(node): Add LRU map for tracePropagationTargets calculation (#8130)
- fix(node): Remove new URL usage in Undici integration (#8147)
- fix(replay): Show the correct Replay config option name
maskFn
- fix(sveltekit): Avoid double-wrapping load functions (#8094)
- fix(tracing): Change where content-length gets added (#8139)
- fix(tracing): Use integer for content length (#8152)
- fix(utils): Fail silently if the provided Dsn is invalid (#8121)
- ref(node): Cache undici trace propagation decisions (#8136)
- ref(serverless): Remove relay extension from AWS Layer (#8080)
Bundle size
📦
Path Size @sentry/browser
- ES5 CDN Bundle (gzipped + minified)21.03 KB @sentry/browser
- ES5 CDN Bundle (minified)65.68 KB @sentry/browser
- ES6 CDN Bundle (gzipped + minified)19.59 KB @sentry/browser
- ES6 CDN Bundle (minified)58.15 KB @sentry/browser
- Webpack (gzipped + minified)21.2 KB @sentry/browser
- Webpack (minified)69.07 KB @sentry/react
- Webpack (gzipped + minified)21.22 KB @sentry/nextjs
Client - Webpack (gzipped + minified)49.16 KB @sentry/browser
+@sentry/tracing
- ES5 CDN Bundle (gzipped + minified)28.67 KB @sentry/browser
+@sentry/tracing
- ES6 CDN Bundle (gzipped + minified)26.9 KB @sentry/replay
ES6 CDN Bundle (gzipped + minified)48.24 KB @sentry/replay
- Webpack (gzipped + minified)42.1 KB @sentry/browser
+@sentry/tracing
+@sentry/replay
- ES6 CDN Bundle (gzipped + minified)67.21 KB @sentry/browser
+@sentry/replay
- ES6 CDN Bundle (gzipped + minified)60.11 KB
Changelog
Sourced from @sentry/node
's changelog.
7.53.0
- feat(replay): Add
beforeAddRecordingEvent
Replay option (#8124)- feat(replay): Do not capture replays < 5 seconds (#7949)
- fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151)
- fix(nextjs): Import path issue on Windows (#8142)
- fix(nextjs): Make
withSentryConfig
isomorphic (#8166)- fix(node): Add debug logging for node checkin (#8131)
- fix(node): Add LRU map for tracePropagationTargets calculation (#8130)
- fix(node): Remove new URL usage in Undici integration (#8147)
- fix(replay): Show the correct Replay config option name
maskFn
- fix(sveltekit): Avoid double-wrapping load functions (#8094)
- fix(tracing): Change where content-length gets added (#8139)
- fix(tracing): Use integer for content length (#8152)
- fix(utils): Fail silently if the provided Dsn is invalid (#8121)
- ref(node): Cache undici trace propagation decisions (#8136)
- ref(serverless): Remove relay extension from AWS Layer (#8080)
Commits
-
1ce4c36
release: 7.53.0 -
48e9f7e
Merge pull request #8187 from getsentry/prepare-release/7.53.0 -
573514a
meta: Update Changelog for 7.53.0 -
92847c6
Merge pull request #8169 from getsentry/ryan953/replay-maskFn-docs -
5bf9f51
Merge branch 'develop' into ryan953/replay-maskFn-docs -
ad3547d
fix(nextjs): MakewithSentryConfig
isomorphic (#8166) -
6be4e13
test(nextjs): Unbreak Next.js integration tests (#8179) -
3dd4a58
fix(nextjs): Guard for non-absolute paths when injecting sentry config (#8151) -
ea551c9
meta(tracing): Add deprecation notice to@sentry/tracing
readme (#8165) -
0354135
Fix the type, becauserecordOptions
is falling back to Record<>! - Additional commits viewable in compare view