dependabot npm(deps): bump @sentry/tracing from 7.43.0 to 7.45.0
Bumps @sentry/tracing from 7.43.0 to 7.45.0.
Release notes
Sourced from @sentry/tracing
's releases.
7.45.0
- build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
- feat(core): Add trace function (#7556)
- feat(hub): Make scope always defined on the hub (#7551)
- feat(replay): Add
replay_id
to transaction DSC (#7571)- feat(replay): Capture fetch body size for replay events (#7524)
- feat(sveltekit): Add performance monitoring for client load (#7537)
- feat(sveltekit): Add performance monitoring for server load (#7536)
- feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
- feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
- fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
- fix(core): Ensure
ignoreErrors
only applies to error events (#7573)- fix(node): Consider tracing error handler for process exit (#7558)
- fix(otel): Make sure we use correct hub on finish (#7577)
- fix(react): Handle case where error.cause already defined (#7557)
Bundle size
📦
Path Size @sentry/browser
- ES5 CDN Bundle (gzipped + minified)20.57 KB @sentry/browser
- ES5 CDN Bundle (minified)64.2 KB @sentry/browser
- ES6 CDN Bundle (gzipped + minified)19.13 KB @sentry/browser
- ES6 CDN Bundle (minified)56.58 KB @sentry/browser
- Webpack (gzipped + minified)21.59 KB @sentry/browser
- Webpack (minified)71.66 KB @sentry/react
- Webpack (gzipped + minified)21.61 KB @sentry/nextjs
Client - Webpack (gzipped + minified)51.88 KB @sentry/browser
+@sentry/tracing
- ES5 CDN Bundle (gzipped + minified)27.93 KB @sentry/browser
+@sentry/tracing
- ES6 CDN Bundle (gzipped + minified)26.1 KB @sentry/replay
ES6 CDN Bundle (gzipped + minified)44.33 KB @sentry/replay
- Webpack (gzipped + minified)38.39 KB @sentry/browser
+@sentry/tracing
+@sentry/replay
- ES6 CDN Bundle (gzipped + minified)62.54 KB @sentry/browser
+@sentry/replay
- ES6 CDN Bundle (gzipped + minified)56.06 KB 7.44.2
- fix(cdn): Fix ES5 CDN bundles (#7544)
7.44.1
- ref(core): Move beforeEnvelope to client (#7527)
7.44.0
This release introduces the first alpha version of
@sentry/sveltekit
, our newest JavaScript SDK for Sveltekit. Check out the README for usage instructions and what to expect from this alpha release.
- feat(replay): Add
request_body_size
&response_body_size
to fetch/xhr (#7407)- feat(replay): Add additional properties for UI clicks (#7395)
- feat(replay): Reduce time limit before pausing a recording (#7356)
- feat(replay): Upgrade
rrweb
andrrweb-player
(#7508)- feat(replay): Use new afterSend hook to improve error linking (#7390)
- feat(serverless): Publish lambda layer for Node 16/18 (#7483)
... (truncated)
Changelog
Sourced from @sentry/tracing
's changelog.
7.45.0
- build(cdn): Ensure ES5 bundles do not use non-ES5 code (#7550)
- feat(core): Add trace function (#7556)
- feat(hub): Make scope always defined on the hub (#7551)
- feat(replay): Add
replay_id
to transaction DSC (#7571)- feat(replay): Capture fetch body size for replay events (#7524)
- feat(sveltekit): Add performance monitoring for client load (#7537)
- feat(sveltekit): Add performance monitoring for server load (#7536)
- feat(sveltekit): Add performance monitoring to Sveltekit server handle (#7532)
- feat(sveltekit): Add SvelteKit routing instrumentation (#7565)
- fix(browser): Ensure keepalive flag is correctly set for parallel requests (#7553)
- fix(core): Ensure
ignoreErrors
only applies to error events (#7573)- fix(node): Consider tracing error handler for process exit (#7558)
- fix(otel): Make sure we use correct hub on finish (#7577)
- fix(react): Handle case where error.cause already defined (#7557)
7.44.2
- fix(cdn): Fix ES5 CDN bundles (#7544)
7.44.1
- ref(core): Move beforeEnvelope to client (#7527)
7.44.0
This release introduces the first alpha version of
@sentry/sveltekit
, our newest JavaScript SDK for Sveltekit. Check out the README for usage instructions and what to expect from this alpha release.
- feat(replay): Add
request_body_size
&response_body_size
to fetch/xhr (#7407)- feat(replay): Add additional properties for UI clicks (#7395)
- feat(replay): Reduce time limit before pausing a recording (#7356)
- feat(replay): Upgrade
rrweb
andrrweb-player
(#7508)- feat(replay): Use new afterSend hook to improve error linking (#7390)
- feat(serverless): Publish lambda layer for Node 16/18 (#7483)
- feat(sveltekit): Add wrapper for client load function (#7447)
- feat(sveltekit): Add wrapper for server load function (#7416)
- feat(sveltekit): Add server-side
handleError
wrapper (#7411)- feat(sveltekit): Introduce client-side
handleError
wrapper (#7406)- feat(sveltekit): Add SvelteKit client and server
init
functions (#7408)- feat(sveltekit): Inject
Sentry.init
calls into server and client bundles (#7391)- feat(tracing): Expose
BrowserTracing
in non-tracing bundles (#7479)- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
- fix(integrations): Handle lower-case prefix windows paths in
RewriteFrames
(#7506)- fix(next): Guard against missing serverSideProps (#7517)
- fix(nextjs): Fix broken server component wrapping because of interrupted promise chain (#7456)
- fix(nextjs): Fix runtime error for static pages (#7476)
- fix(profiling): Catch sendProfile rejection (#7446)
- fix(replay): Never capture file input changes (#7485)
- fix(serverless): Explicitly export node package exports (#7457)
... (truncated)
Commits
-
37e2c2b
release: 7.45.0 -
14306a0
Merge pull request #7599 from getsentry/prepare-release/7.45.0 -
210b70f
meta: Update CHANGELOG for 7.45.0 -
0a4a072
fix(sveltekit): Handle server-only and shared load functions (#7581) -
c5f8e48
fix(tracing): Export key tracing types from node and browser SDKs (#7593) -
c4fbb1f
test(e2e): Add E2E test with & without@sentry/tracing
import (#7590) -
7f8896a
Revert "meta: Update CHANGELOG for 7.45.0 (#7588)" (#7592) -
a818cc7
ci: Get release tag name from event (#7591) -
79fa14b
meta: Update CHANGELOG for 7.45.0 (#7588) -
1418582
fix(otel): Make sure we use correct hub on finish (#7577) - Additional commits viewable in compare view