Skip to content

chore(deps): bump @sentry/vue from 7.120.3 to 9.34.0 - #5151

Closed
dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/npm_and_yarn/sentry/vue-9.34.0
Closed

chore(deps): bump @sentry/vue from 7.120.3 to 9.34.0#5151
dependabot[bot] wants to merge 1 commit into
unstablefrom
dependabot/npm_and_yarn/sentry/vue-9.34.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 2, 2025

Copy link
Copy Markdown
Contributor

Bumps @sentry/vue from 7.120.3 to 9.34.0.

Release notes

Sourced from @​sentry/vue'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';exportdefaultdefineNitroPlugin(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';exportdefaultdefineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp)=>{// You can access nitroApp here if neededreturn({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 📦

PathSize
@​sentry/browser23.42 KB
@​sentry/browser - with treeshaking flags23.2 KB

... (truncated)

Changelog

Sourced from @​sentry/vue'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';exportdefaultdefineNitroPlugin(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';exportdefaultdefineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp: NitroApp)=>{// You can access nitroApp here if neededreturn({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)

Bumps [@sentry/vue](https://github.com/getsentry/sentry-javascript) from 7.120.3 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@7.120.3...9.34.0)
---
updated-dependencies:
- dependency-name: "@sentry/vue"
dependency-version: 9.34.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 2, 2025
@dependabot@github

dependabotBot commented on behalf of githubJul 9, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #5165.

@dependabotdependabotBot closed this Jul 9, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/sentry/vue-9.34.0 branch July 9, 2025 00:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@bjester