[Snyk] Upgrade @sentry/react from 7.37.1 to 7.45.0 #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @sentry/react from 7.37.1 to 7.45.0.
As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @sentry/react
-
7.45.0 - 2023-03-24
- 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
- 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
- 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)
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 - 2023-03-21
- fix(cdn): Fix ES5 CDN bundles (#7544)
-
7.44.1 - 2023-03-20
- ref(core): Move beforeEnvelope to client (#7527)
-
7.44.0 - 2023-03-20
- feat(replay): Add
- feat(replay): Add additional properties for UI clicks (#7395)
- feat(replay): Reduce time limit before pausing a recording (#7356)
- feat(replay): Upgrade
- 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
- feat(sveltekit): Introduce client-side
- feat(sveltekit): Add SvelteKit client and server
- feat(sveltekit): Inject
- feat(tracing): Expose
- fix(core): Permanent idle timeout cancel finishes the transaction with the last finished child
- fix(integrations): Handle lower-case prefix windows paths in
- 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)
- fix(vue): Do not depend on
- feat: Ensure password inputs are always masked (#78)
- fix: Ensure text masking for updated attributes works (#83)
- fix: Ensure unmaskTextSelector is used for masked attributes (#81)
- fix: Mask values for selects & radio/checkbox value (#75)
-
7.43.0 - 2023-03-13
- feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436)
- feat(types): Add
- fix(core): Avoid using
- fix(nextjs): Add better error messages for missing params during next build (#7434)
- fix(nextjs): Don't crash build when auth token is missing
- fix(node): Revert to dynamic
- fix(types): Fix node types & add E2E test (#7429)
-
7.42.0 - 2023-03-09
-
7.41.0 - 2023-03-06
-
7.40.0 - 2023-03-01
-
7.39.0 - 2023-02-27
-
7.38.0 - 2023-02-17
-
7.37.2 - 2023-02-13
-
7.37.1 - 2023-02-10
from @sentry/react GitHub release notesreplay_idto transaction DSC (#7571)ignoreErrorsonly applies to error events (#7573)Bundle size 📦
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.request_body_size&response_body_sizeto fetch/xhr (#7407)rrwebandrrweb-player(#7508)handleErrorwrapper (#7411)handleErrorwrapper (#7406)initfunctions (#7408)Sentry.initcalls into server and client bundles (#7391)BrowserTracingin non-tracing bundles (#7479)RewriteFrames(#7506)window.locationfor SSR environments (#7518)Replay
rrwebchanges:@ sentry-internal/rrwebwas updated from 1.105.0 to 1.106.0:Work in this release contributed by @ woochanleee and @ baked-dev. Thank you for your contribution!
profilesSampleroption to node client type (#7385)Array.findIndex()as it is ES5 incompatible (#7400)requirecall to fix monkey patching (#7430)Read more
Read more
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
👩💻 Set who automatically gets assigned
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs