Bump @sentry/react from 6.19.7 to 10.5.0 in /enatega-multivendor-admin
Type: Pull Request
State: Closed
Association: None
Comments: 0
(3 months ago)
(2 months ago)
(2 months ago)
dependencies javascript
Bumps @sentry/react from 6.19.7 to 10.5.0.
Release notes
Sourced from @sentry/react's releases.
10.5.0
- feat(core): Better cause data extraction (#17375)
- feat(deps): Bump
@sentry/clifrom 2.50.2 to 2.51.1 (#17382)- feat(deps): Bump
@sentry/rollup-pluginand@sentry/vite-pluginfrom 4.0.2 to 4.1.0 (#17383)- feat(deps): Bump
@sentry/webpack-pluginfrom 4.0.2 to 4.1.0 (#17381)- feat(node): Capture
SystemErrorcontext and remove paths from message (#17331)- fix(nextjs): Inject Next.js version for dev symbolication (#17379)
- fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
- chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#17374)
- test(aws): Run E2E tests with AWS SAM (#17367)
- test(node): Add tests for full http.server span attribute coverage (#17373)
Work in this release was contributed by
@ha1fstack. Thank you for your contribution!Bundle size 📦
Path Size @sentry/browser23.59 KB @sentry/browser- with treeshaking flags22.2 KB @sentry/browser(incl. Tracing)38.94 KB @sentry/browser(incl. Tracing, Replay)76.16 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags66.24 KB @sentry/browser(incl. Tracing, Replay with Canvas)80.75 KB @sentry/browser(incl. Tracing, Replay, Feedback)92.57 KB @sentry/browser(incl. Feedback)39.87 KB @sentry/browser(incl. sendFeedback)28.13 KB @sentry/browser(incl. FeedbackAsync)32.92 KB @sentry/react25.27 KB @sentry/react(incl. Tracing)40.88 KB @sentry/vue27.97 KB @sentry/vue(incl. Tracing)40.72 KB @sentry/svelte23.62 KB CDN Bundle 25.06 KB CDN Bundle (incl. Tracing) 38.82 KB CDN Bundle (incl. Tracing, Replay) 74.04 KB CDN Bundle (incl. Tracing, Replay, Feedback) 79.36 KB CDN Bundle - uncompressed 73.2 KB CDN Bundle (incl. Tracing) - uncompressed 114.83 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 226.44 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.75 KB @sentry/nextjs(client)42.86 KB @sentry/sveltekit(client)39.38 KB @sentry/node-core46.86 KB
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
10.5.0
- feat(core): better cause data extraction (#17375)
- feat(deps): Bump
@sentry/clifrom 2.50.2 to 2.51.1 (#17382)- feat(deps): Bump
@sentry/rollup-pluginand@sentry/vite-pluginfrom 4.0.2 to 4.1.0 (#17383)- feat(deps): Bump
@sentry/webpack-pluginfrom 4.0.2 to 4.1.0 (#17381)- feat(node): Capture
SystemErrorcontext and remove paths from message (#17331)- fix(nextjs): Inject Next.js version for dev symbolication (#17379)
- fix(mcp-server): Add defensive patches for Transport edge cases (#17291)
- chore(repo): Adjust "Publishing a Release" document to include internal changes section in changelog (#17374)
- test(aws): Run E2E tests with AWS SAM (#17367)
- test(node): Add tests for full http.server span attribute coverage (#17373)
Work in this release was contributed by
@ha1fstack. Thank you for your contribution!10.4.0
Important Changes
- fix(browser): Ensure IP address is only inferred by Relay if
sendDefaultPiiistrueThis release includes a fix for a behaviour change that was originally introduced with v9 of the SDK: User IP Addresses should only be added to Sentry events automatically, if
sendDefaultPiiwas set totrue.However, the change in v9 required further internal adjustment, which should have been included in v10 of the SDK. Unfortunately, the change did not make it into the initial v10 version but is now applied with
10.4.0. There is no API breakage involved and hence it is safe to update. However, after updating the SDK, events (errors, traces, replays, etc.) sent from the browser, will only include user IP addresses, if you setsendDefaultPii: truein yourSentry.initoptions.We apologize for any inconvenience caused!
- feat(node): Add
ignoreStaticAssets(#17370)This release adds a new option to
httpIntegrationto ignore requests for static assets (e.g.favicon.xmlorrobots.txt). The option defaults totrue, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option tofalse:Sentry.init({ integrations: [ Sentry.httpIntegration({ // defaults to true, set to false to enable traces for static assets ignoreStaticAssets: false, }), </tr></table>
... (truncated)
Commits
577fbefrelease: 10.5.0ddcf6d8Merge pull request #17390 from getsentry/prepare-release/10.5.0e969998meta(changelog): Update changelog for 10.5.0dcd7913feat(deps): Bump@sentry/webpack-pluginfrom 4.0.2 to 4.1.0 (#17381)278496atest(node): Ensure runner does not create unused tmp files (#17392)4abfe01fix(mcp-server): Add defensive patches for Transport edge cases (#17291)377c7fcfeat(deps): Bump@sentry/rollup-pluginand@sentry/vite-pluginfrom 4.0.2 to ...a0c04a7fix(nextjs): Inject Next.js version for dev symbolication (#17379)9b65733feat(node): CaptureSystemErrorcontext and remove paths from message (#17331)a89aa3dfeat(core): better cause data extraction (#17375)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+74
-45
Package Dependencies
@sentry/react
npm
6.19.7 → 10.5.0
Major
/enatega-multivendor-admin
Technical Details
| ID: | 5727900 |
| UUID: | 2752867061 |
| Node ID: | PR_kwDOMlucIM6kFWr1 |
| Host: | GitHub |
| Repository: | raymondjames090/uber-eats-app-clone-using-react-native |
| Mergeable: | Yes |
| Merge State: | Clean |