Skip to content

build(deps): bump @sentry/react from 9.25.1 to 9.34.0 #751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps @sentry/react from 9.25.1 to 9.34.0.

Release notes

Sourced from @​sentry/react's releases.

9.34.0

Important Changes

  • feat(nuxt): Add Cloudflare Nitro plugin (#15597)

    A Nitro plugin for @sentry/nuxt which initializes Sentry when deployed to Cloudflare (cloudflare-pages preset).

    1. Add @sentry/cloudflare as additional dependency (same version as @sentry/nuxt)

    2. Remove the previous server config file: sentry.server.config.ts

    3. Add a plugin in server/plugins (e.g. server/plugins/sentry-cloudflare-setup.ts)

    4. Add this code in your plugin file

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins';
      export default defineNitroPlugin(
      sentryCloudflareNitroPlugin({
      dsn: 'https://dsn',
      tracesSampleRate: 1.0,
      }),
      );

      or with access to nitroApp:

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins';
      export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) => {
      // You can access nitroApp here if needed
      return  ({
      dsn: 'https://dsn',
      tracesSampleRate: 1.0,
      })
      }))

Other Changes

  • feat(browser): Record standalone LCP spans (#16591)
  • fix(nuxt): Only add OTel alias in dev mode (#16756)

Bundle size 📦

Path Size
@​sentry/browser 23.42 KB
@​sentry/browser - with treeshaking flags 23.2 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

9.34.0

Important Changes

  • feat(nuxt): Add Cloudflare Nitro plugin (#15597)

    A Nitro plugin for @sentry/nuxt which initializes Sentry when deployed to Cloudflare (cloudflare-pages preset).

    1. Remove the previous server config file: sentry.server.config.ts

    2. Add a plugin in server/plugins (e.g. server/plugins/sentry-cloudflare-setup.ts)

    3. Add this code in your plugin file

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins';
      export default defineNitroPlugin(
      sentryCloudflareNitroPlugin({
      dsn: 'https://dsn',
      tracesSampleRate: 1.0,
      }),
      );

      or with access to nitroApp:

      // server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
      import { sentryCloudflareNitroPlugin } from '@sentry/nuxt/module/plugins';
      export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp) => {
      // You can access nitroApp here if needed
      return  ({
      dsn: 'https://dsn',
      tracesSampleRate: 1.0,
      })
      }))

Other Changes

  • feat(browser): Record standalone LCP spans (#16591)
  • fix(nuxt): Only add OTel alias in dev mode (#16756)

9.33.0

Important Changes

  • feat: Add opt-in vercelAiIntegration to cloudflare & vercel-edge (#16732)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from anyulled July 2, 2025 10:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 2, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 2, 2025
Copy link

netlify bot commented Jul 2, 2025

Deploy Preview for dev-bcn ready!

Name Link
🔨 Latest commit 094c456
🔍 Latest deploy log https://app.netlify.com/projects/dev-bcn/deploys/6865085e61f5d0000827329b
😎 Deploy Preview https://deploy-preview-751--dev-bcn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 45
Accessibility: 86
Best Practices: 92
SEO: 92
PWA: 90
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@anyulled anyulled enabled auto-merge (squash) July 2, 2025 10:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-9.34.0 branch 2 times, most recently from f22d5d3 to 5073619 Compare July 2, 2025 10:20
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 9.25.1 to 9.34.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.25.1...9.34.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 9.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-9.34.0 branch from 5073619 to 094c456 Compare July 2, 2025 10:22
@anyulled anyulled merged commit 8b2c33c into main Jul 2, 2025
5 of 6 checks passed
@anyulled anyulled deleted the dependabot/npm_and_yarn/sentry/react-9.34.0 branch July 2, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant