Skip to content

chore(deps): bump @sentry/vue from 9.12.0 to 10.74.0 in the sentry group across 1 directory - #7104

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry-cac9f71ebf
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry-cac9f71ebf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the sentry group with 1 update in the / directory: @sentry/vue.

Updates @sentry/vue from 9.12.0 to 10.74.0

Release notes

Sourced from @​sentry/vue's releases.

10.74.0

  • feat(v10): Streamline isolation scope handling & reset in isolation scopes (#24152)
  • fix(server-utils): Include Gemini reasoning tokens in Vercel AI token usage (#23433)
  • fix(v10/browser): Set user_agent.original on all spans for consistent filtering (#24226)
  • fix(v10/cloudflare): Auto-instrument classes re-exported from the worker entry (#24181)
  • fix(v10/core): Guard loadModule default parameter against ESM scope (#24154)
  • fix(v10/core): Match wrapped Facebook Mobile browser errors in DEFAULT_IGNORE_ERRORS (#23877)
  • fix(v10/core): Resolve MCP capture policy per operation (#23796)
  • fix(v10/nextjs): Fix SDK import crashing under jsdom/happy-dom (#23906)
  • fix(v10/nextjs): Keep the Pages Router runtime out of App Router client bundles (#24223)
  • fix(v10/nextjs): Register Vercel AI span processors on Next.js (#23773)
  • fix(v10/nuxt): Windows file:// for import-in-the-middle hook and isAbsolute for C:\ (#24026)
  • fix(v10/profiling-node): Bump @​sentry/node-cpu-profiler to 2.4.4 (#24238)
  • fix(v10/sveltekit): Handle SvelteKit 3 error kinds in handleErrorWithSentry (#23995)
  • fix(v10/sveltekit): Read Cloudflare execution context from platform.ctx (#23994)
  • fix(v10/sveltekit): Read SvelteKit config from the Vite plugin (#23998)
  • test(e2e): Assert Next.js Cloudflare worker bundle stays free of orchestrion bundler plugins (#23910)

Work in this release was contributed by @​halillusion and @​zkasuran. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 27.12 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.53 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.29 KB
@​sentry/browser (incl. Tracing, Profiling) 50.18 KB
@​sentry/browser (incl. Tracing, Replay) 83.87 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.74 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.49 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.82 KB
@​sentry/browser (incl. Feedback) 43.89 KB
@​sentry/browser (incl. sendFeedback) 31.8 KB
@​sentry/browser (incl. FeedbackAsync) 36.82 KB
@​sentry/browser (incl. Metrics) 28.19 KB
@​sentry/browser (incl. Logs) 28.41 KB
@​sentry/browser (incl. Metrics & Logs) 29.09 KB
@​sentry/react 28.89 KB
@​sentry/react (incl. Tracing) 47.74 KB
@​sentry/vue 32.42 KB
@​sentry/vue (incl. Tracing) 47.47 KB
@​sentry/svelte 27.15 KB

... (truncated)

Changelog

Sourced from @​sentry/vue's changelog.

10.74.0

  • feat(v10): Streamline isolation scope handling & reset in isolation scopes (#24152)
  • fix(server-utils): Include Gemini reasoning tokens in Vercel AI token usage (#23433)
  • fix(v10/browser): Set user_agent.original on all spans for consistent filtering (#24226)
  • fix(v10/cloudflare): Auto-instrument classes re-exported from the worker entry (#24181)
  • fix(v10/core): Guard loadModule default parameter against ESM scope (#24154)
  • fix(v10/core): Match wrapped Facebook Mobile browser errors in DEFAULT_IGNORE_ERRORS (#23877)
  • fix(v10/core): Resolve MCP capture policy per operation (#23796)
  • fix(v10/nextjs): Fix SDK import crashing under jsdom/happy-dom (#23906)
  • fix(v10/nextjs): Keep the Pages Router runtime out of App Router client bundles (#24223)
  • fix(v10/nextjs): Register Vercel AI span processors on Next.js (#23773)
  • fix(v10/nuxt): Windows file:// for import-in-the-middle hook and isAbsolute for C:\ (#24026)
  • fix(v10/profiling-node): Bump @​sentry/node-cpu-profiler to 2.4.4 (#24238)
  • fix(v10/sveltekit): Handle SvelteKit 3 error kinds in handleErrorWithSentry (#23995)
  • fix(v10/sveltekit): Read Cloudflare execution context from platform.ctx (#23994)
  • fix(v10/sveltekit): Read SvelteKit config from the Vite plugin (#23998)
  • test(e2e): Assert Next.js Cloudflare worker bundle stays free of orchestrion bundler plugins (#23910)

Work in this release was contributed by @​halillusion and @​zkasuran. Thank you for your contributions!

10.73.0

Important Changes

  • feat(v10/nextjs): Add @sentry/nextjs/config entry point (#23766)

    withSentryConfig is now available from @sentry/nextjs/config, the path it moves to in v11. Importing it from @sentry/nextjs still works on v10 but logs a warning once, so you can change your next.config file today and upgrade to v11 without touching it again.

    // next.config.mjs
    - import { withSentryConfig } from '@sentry/nextjs';
    + import { withSentryConfig } from '@sentry/nextjs/config';

Other Changes

  • feat(v10/node): Deprecate shouldHandleError on setupExpressErrorHandler and setupFasitfyErrorHandler (#23734)
  • fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
  • test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)

... (truncated)

Commits
  • ce5009a release: 10.74.0
  • 4b24ddd meta(changelog): Update changelog for 10.74.0 (#24252)
  • 371ed5d fix(v10/profiling-node): Bump @​sentry/node-cpu-profiler to 2.4.4 (#24238)
  • 9f38e48 fix(v10/browser): Set user_agent.original on all spans for consistent filte...
  • 264f990 fix(v10/cloudflare): Auto-instrument classes re-exported from the worker entr...
  • c89f6e6 fix(v10/nextjs): Keep the Pages Router runtime out of App Router client bundl...
  • de25dcb fix(v10/core): Guard loadModule default parameter against ESM scope (#24154)
  • b627037 feat(v10): Streamline isolation scope handling & reset in isolation scopes (#...
  • 2ce0ea1 fix(v10/nuxt): Windows file:// for import-in-the-middle hook and isAbsolute f...
  • 3e0eccc fix(server-utils): Include Gemini reasoning tokens in Vercel AI token usage (...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.68.0 in the sentry group chore(deps): bump @sentry/vue from 9.12.0 to 10.68.0 in the sentry group across 1 directory Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch from 11defc5 to 3cb7189 Compare July 28, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.68.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.69.0 in the sentry group across 1 directory Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 2 times, most recently from 5a30e81 to 19fe320 Compare July 30, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.69.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.68.0 in the sentry group across 1 directory Jul 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch from 19fe320 to f514bf2 Compare July 31, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.68.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.69.0 in the sentry group across 1 directory Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 5 times, most recently from 9fd31ea to 8dcb704 Compare August 7, 2026 13:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 3 times, most recently from 8e2483f to 45b76ce Compare August 12, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.69.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.70.0 in the sentry group across 1 directory Aug 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 5 times, most recently from 7e3007a to 4d9cd62 Compare August 19, 2026 13:03
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 5 times, most recently from d2c47ee to 76ee8ea Compare August 26, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.70.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.71.0 in the sentry group across 1 directory Aug 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 2 times, most recently from 58024f4 to 4438989 Compare August 28, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.71.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.72.0 in the sentry group across 1 directory Sep 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 3 times, most recently from 105e02a to 81149fb Compare September 3, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.72.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.73.0 in the sentry group across 1 directory Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch 5 times, most recently from e9a43b3 to 769a5fb Compare September 11, 2026 13:03
@dependabot dependabot Bot changed the title chore(deps): bump @sentry/vue from 9.12.0 to 10.73.0 in the sentry group across 1 directory chore(deps): bump @sentry/vue from 9.12.0 to 10.74.0 in the sentry group across 1 directory Sep 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch from 769a5fb to f640989 Compare September 14, 2026 13:03
Bumps the sentry group with 1 update in the / directory: [@sentry/vue](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/vue` from 9.12.0 to 10.74.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.74.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.12.0...10.74.0)

---
updated-dependencies:
- dependency-name: "@sentry/vue"
  dependency-version: 10.68.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-cac9f71ebf branch from f640989 to 2fb1bda Compare September 15, 2026 13:03
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.

4 participants