Skip to content

Conversation

@Whitzzscott
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @sentry/react from 9.23.0 to 9.24.0.

ℹ️ 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.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released 21 days ago.

Release notes
Package name: @sentry/react
  • 9.24.0 - 2025-05-30

    Important Changes

    • feat(angular): Bump @ sentry/angular peer dependencies to add Angular 20 support (#16414)

    This release adds support for Angular 20 to the Sentry Angular SDK @ sentry/angular.

    Other Changes

    • feat(browser): Add unregisterOriginalCallbacks option to browserApiErrorsIntegration (#16412)
    • feat(core): Add user to logs (#16399)
    • feat(core): Make sure Supabase db query insights are populated (#16169)

    Bundle size 📦

    Path Size
    @ sentry/browser 23.43 KB
    @ sentry/browser - with treeshaking flags 23.2 KB
    @ sentry/browser (incl. Tracing) 37.39 KB
    @ sentry/browser (incl. Tracing, Replay) 74.64 KB
    @ sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.92 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) 79.29 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) 91.09 KB
    @ sentry/browser (incl. Feedback) 39.77 KB
    @ sentry/browser (incl. sendFeedback) 28.03 KB
    @ sentry/browser (incl. FeedbackAsync) 32.8 KB
    @ sentry/react 25.15 KB
    @ sentry/react (incl. Tracing) 39.35 KB
    @ sentry/vue 27.67 KB
    @ sentry/vue (incl. Tracing) 39.19 KB
    @ sentry/svelte 23.45 KB
    CDN Bundle 24.71 KB
    CDN Bundle (incl. Tracing) 37.57 KB
    CDN Bundle (incl. Tracing, Replay) 72.58 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) 77.88 KB
    CDN Bundle - uncompressed 72.17 KB
    CDN Bundle (incl. Tracing) - uncompressed 111.21 KB
    CDN Bundle (incl. Tracing, Replay) - uncompressed 222.51 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.03 KB
    @ sentry/nextjs (client) 40.97 KB
    @ sentry/sveltekit (client) 37.88 KB
    @ sentry/node 146.36 KB
    @ sentry/node - without tracing 95.82 KB
    @ sentry/aws-serverless 120.98 KB
  • 9.23.0 - 2025-05-28

    Important changes

    • feat(browser): option to ignore certain resource types (#16389)

    Adds an option to opt out of certain resource.* spans via ignoreResourceSpans.

    For example, to opt out of resource.script spans:

    Sentry.browserTracingIntegration({
      ignoreResourceSpans: ['resource.script'],
    }),

    Other changes

    • feat: Export isEnabled from all SDKs (#16405)
    • feat(browser): Disable client when browser extension is detected in init() (#16354)
    • feat(core): Allow re-use of captureLog (#16352)
    • feat(core): Export _INTERNAL_captureSerializedLog (#16387)
    • feat(deps): bump @ opentelemetry/semantic-conventions from 1.32.0 to 1.34.0 (#16393)
    • feat(deps): bump @ prisma/instrumentation from 6.7.0 to 6.8.2 (#16392)
    • feat(deps): bump @ sentry/cli from 2.43.0 to 2.45.0 (#16395)
    • feat(deps): bump @ sentry/webpack-plugin from 3.3.1 to 3.5.0 (#16394)
    • feat(nextjs): Include static/chunks/main-* files for widenClientFileUpload (#16406)
    • feat(node): Do not add HTTP & fetch span instrumentation if tracing is disabled (#15730)
    • feat(nuxt): Added support for nuxt layers (#16372)
    • fix(browser): Ensure logs are flushed when sendClientReports=false (#16351)
    • fix(browser): Move browserTracingIntegration code to setup hook (#16386)
    • fix(cloudflare): Capture exceptions thrown in hono (#16355)
    • fix(node): Don't warn about Spotlight on empty NODE_ENV (#16381)
    • fix(node): Suppress Spotlight calls (#16380)
    • fix(nuxt): Add @ sentry/nuxt as external in Rollup (#16407)
    • fix(opentelemetry): Ensure withScope keeps span active & _getTraceInfoFromScope works (#16385)

    Work in this release was contributed by @ Xenossolitarius. Thank you for your contribution!

    Bundle size 📦

    Path Size
    @ sentry/browser 23.37 KB
    @ sentry/browser - with treeshaking flags 23.14 KB
    @ sentry/browser (incl. Tracing) 37.33 KB
    @ sentry/browser (incl. Tracing, Replay) 74.59 KB
    @ sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.86 KB
    @ sentry/browser (incl. Tracing, Replay with Canvas) 79.23 KB
    @ sentry/browser (incl. Tracing, Replay, Feedback) 91.04 KB
    @ sentry/browser (incl. Feedback) 39.73 KB
    @ sentry/browser (incl. sendFeedback) 27.97 KB
    @ sentry/browser (incl. FeedbackAsync) 32.75 KB
    @ sentry/react 25.11 KB
    @ sentry/react (incl. Tracing) 39.29 KB
    @ sentry/vue 27.6 KB
    @ sentry/vue (incl. Tracing) 39.11 KB
    @ sentry/svelte 23.39 KB
    CDN Bundle 24.66 KB
    CDN Bundle (incl. Tracing) 37.51 KB
    CDN Bundle (incl. Tracing, Replay) 72.52 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) 77.83 KB
    CDN Bundle - uncompressed 71.96 KB
    CDN Bundle (incl. Tracing) - uncompressed 111 KB
    CDN Bundle (incl. Tracing, Replay) - uncompressed 222.3 KB
    CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 234.82 KB
    @ sentry/nextjs (client) 40.93 KB
    @ sentry/sveltekit (client) 37.83 KB
    @ sentry/node 146.36 KB
    @ sentry/node - without tracing 95.82 KB
    @ sentry/aws-serverless 120.98 KB
from @sentry/react GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @sentry/react from 9.23.0 to 9.24.0.

See this package in npm:
@sentry/react

See this project in Snyk:
https://app.snyk.io/org/whitzzscott/project/5c7260af-ee87-44b9-86cd-b03c18e18fa5?utm_source=github&utm_medium=referral&page=upgrade-pr
@vercel
Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pyrenz-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2025 9:12am

@cloudflare-workers-and-pages
Copy link

Deploying pyrenzai with  Cloudflare Pages  Cloudflare Pages

Latest commit: 39b1e6e
Status: ✅  Deploy successful!
Preview URL: https://ca1e84be.pyrenzai.pages.dev
Branch Preview URL: https://snyk-upgrade-20ba55353ff8854.pyrenzai.pages.dev

View logs

@Whitzzscott Whitzzscott force-pushed the main branch 2 times, most recently from 0c8eeef to 6822319 Compare July 11, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants