Bump @sentry/react from 7.19.0 to 10.32.1
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(6 months ago)
(6 months ago)
Scope: Frontend
Bumps @sentry/react from 7.19.0 to 10.32.1.
Release notes
Sourced from @​sentry/react's releases.
10.32.1
- fix(cloudflare): Add hono transaction name when error is thrown (#18529)
- fix(ember): Make
implementationfield optional (hashroutes) (#18564)- fix(vercelai): Fix input token count (#18574)
- chore(lint): prefer 'unknown' to 'any', fix lint warnings
- chore(test): Remove
cloudflare-astroe2e test (#18567)Bundle size đŸ“¦
Path Size @​sentry/browser24.24 KB @​sentry/browser- with treeshaking flags22.77 KB @​sentry/browser(incl. Tracing)40.62 KB @​sentry/browser(incl. Tracing, Profiling)45.12 KB @​sentry/browser(incl. Tracing, Replay)78.3 KB @​sentry/browser(incl. Tracing, Replay) - with treeshaking flags68.28 KB @​sentry/browser(incl. Tracing, Replay with Canvas)82.88 KB @​sentry/browser(incl. Tracing, Replay, Feedback)94.83 KB @​sentry/browser(incl. Feedback)40.57 KB @​sentry/browser(incl. sendFeedback)28.82 KB @​sentry/browser(incl. FeedbackAsync)33.7 KB @​sentry/react25.92 KB @​sentry/react(incl. Tracing)42.77 KB @​sentry/vue28.6 KB @​sentry/vue(incl. Tracing)42.39 KB @​sentry/svelte24.25 KB CDN Bundle 26.62 KB CDN Bundle (incl. Tracing) 41.25 KB CDN Bundle (incl. Tracing, Replay) 77.1 KB CDN Bundle (incl. Tracing, Replay, Feedback) 82.44 KB CDN Bundle - uncompressed 78.18 KB CDN Bundle (incl. Tracing) - uncompressed 122.47 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 236.27 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 248.74 KB @​sentry/nextjs(client)44.94 KB @​sentry/sveltekit(client)40.98 KB @​sentry/node-core50.4 KB @​sentry/node157.73 KB @​sentry/node- without tracing90.87 KB @​sentry/aws-serverless106.02 KB 10.32.0
Important Changes
... (truncated)
Changelog
Sourced from @​sentry/react's changelog.
10.32.1
- fix(cloudflare): Add hono transaction name when error is thrown (#18529)
- fix(ember): Make
implementationfield optional (hashroutes) (#18564)- fix(vercelai): Fix input token count (#18574)
- chore(lint): prefer 'unknown' to 'any', fix lint warnings
- chore(test): Remove
cloudflare-astroe2e test (#18567)10.32.0
Important Changes
feat(core): Apply scope attributes to logs (#18184)
You can now set attributes on the SDK's scopes which will be applied to all logs as long as the respective scopes are active. For the time being, only
string,numberandbooleanattribute values are supported.Sentry.geGlobalScope().setAttributes({ is_admin: true, auth_provider: 'google' });Sentry.withScope(scope => {
scope.setAttribute('step', 'authentication');// scope attributes
is_admin,auth_providerandstepare added
Sentry.logger.info(user ${user.id} logged in, { activeSince: 100 });
Sentry.logger.info(updated ${user.id} last activity);
});// scope attributes
is_adminandauth_providerare added
Sentry.logger.warn('stale website version, reloading page');
feat(replay): Add Request body with
attachRawBodyFromRequestoption (#18501)To attach the raw request body (from
Requestobjects passed as the firstfetchargument) to replay events, you can now use theattachRawBodyFromRequestoption in the Replay integration:Sentry.init({ integrations: [ Sentry.replayIntegration({ attachRawBodyFromRequest: true, }), ], });
... (truncated)
Commits
528ade2release: 10.32.125f695dMerge pull request #18578 from getsentry/prepare-release/10.32.1a981a3dmeta(changelog): Update changelog for10.32.10d8547cfix(vercelai): Fix input token count (#18574)71384a2chore(lint): prefer 'unknown' to 'any', fix lint warningsd1dd308chore(test): Removecloudflare-astroe2e test (#18567)12f3007fix(ember): Makeimplementationfield optional (hashroutes) (#18564)3fda84dfix(cloudflare): Add hono transaction name when error is thrown (#18529)a538901Merge pull request #18563 from getsentry/master063c4dcMerge pull request #18562 from getsentry/ab/skip-ci-when-no-code-changes- 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)
Package Dependencies
Technical Details
| ID: | 12279627 |
| UUID: | 3764118260 |
| Node ID: | PR_kwDOIiIfRc66qq8e |
| Host: | GitHub |
| Repository: | python-benchmark/sentry |