Skip to content

Bump the sentry group across 1 directory with 2 updates#404

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

Bump the sentry group across 1 directory with 2 updates#404
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sentry-1a228ee616

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the sentry group with 2 updates in the / directory: @sentry/react and @sentry/vite-plugin.

Updates @sentry/react from 8.34.0 to 10.64.0

Release notes

Sourced from @​sentry/react's releases.

10.64.0

Important Changes

  • feat(cloudflare): Add nodejs_compat entrypoint (#21881)

    The Cloudflare SDK now ships a dedicated @sentry/cloudflare/nodejs_compat entrypoint for Workers running with the nodejs_compat flag. This entrypoint unlocks Node SDK features on Cloudflare, including the prismaIntegration (#21882) and AI v7 support for the vercelAiIntegration (#21917).

    This entrypoint is a drop-in replacement, so you can switch your imports from @sentry/cloudflare directly to @sentry/cloudflare/nodejs_compat. To use it, your Worker must set the nodejs_compat compatibility flag in wrangler.toml/wrangler.jsonc. This will become the default entrypoint in v11.

  • feat: Use Sentry's minimal OpenTelemetry tracer provider by default (#21666, #21680, #21842)

    The Node SDK now registers Sentry's own minimal SentryTracerProvider by default, which creates native Sentry spans directly instead of routing them through the full OpenTelemetry SDK span pipeline. This reduces overhead for the common case where you don't need the full OpenTelemetry tracing stack.

    If you rely on OpenTelemetry SDK features that the minimal provider doesn't support, you can opt out and fall back to the full OpenTelemetry BasicTracerProvider by setting openTelemetryBasicTracerProvider: true in your Sentry.init() options. Providing custom openTelemetrySpanProcessors also forces the full provider automatically.

Other Changes

  • feat(bun,deno,node): pg orchestrion instrumentation (#21826)
  • feat(bun): enable new mysql, pg integrations in 'bun build' (#21828)
  • feat(cloudflare): Enable AI v7 support for Cloudflare in the /nodejs_compat entrypoint (#21917)
  • feat(cloudflare): Expose prismaIntegration in nodejs_compat export (#21882)
  • feat(core): Add sentry.trace_lifecycle attribute (#21850)
  • feat(core): Add deferred segment-span transaction capture (#21839)
  • feat(deps): Bump OpenTelemetry dependencies to latest (#21988)
  • feat(mongoose): Instrument mongoose >= 9.7 via native tracing channels (#21803)
  • feat(replays): Record segment names that occur during replay (#21851)
  • fix(browser): Accept precisely-typed GrowthBook class in growthbookIntegration (#21825)
  • fix(browser): Flush telemetry when page is hidden (#21862)
  • fix(cloudflare): Catch potential errors during flush and dispose (#21976)
  • fix(core): Capture Anthropic stream stop_reason from message_delta (#21907)
  • fix(core): Print getTraceMetaTags in 1 line to prevent hydration errors (#22004)
  • fix(nextjs): Add immutable browser chunks to upload assets (#21978)
  • fix(nextjs): Handle Middleware.execute root spans on Node.js runtime (#22013)
  • fix(react/solid/vue): Instrument TanStack Router navigations via onBeforeLoad/onResolved (#21975)
  • chore: Add experimentalUseDiagnosticsChannelInjection in node size-limit (#21992)
  • chore: Add external contributor to CHANGELOG.md (#21945)
  • chore: Clarify usage of hoistTransitiveImports option (#21888)
  • chore: Make @​sentry/conventions sideEffect free during bundling (#22015)
  • chore: Remove runtime ESM/CJS switching (#21761)
  • chore(ci): Replace app-id with client-id in GH workflows (#21914)
  • chore(cloudflare): Disallow Node SDK usage outside of nodejs_compat (#21884)
  • chore(cloudflare): Disallow server-utils usage outside of nodejs_compat (#21918)
  • chore(node-core): Move isCjs to its own file to prevent sideEffects (#21856)
  • ci: Increase Node integration test timeout to 20 minutes (#21903)
  • deps(server-utils): Bump @​apm-js-collab/tracing-hooks to 0.10.1 (#21892)
  • feat(server-utils): Implement orchestrion-based instrumentation for vercel-ai v6 (#21658)

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.64.0

Important Changes

  • feat(cloudflare): Add nodejs_compat entrypoint (#21881)

    The Cloudflare SDK now ships a dedicated @sentry/cloudflare/nodejs_compat entrypoint for Workers running with the nodejs_compat flag. This entrypoint unlocks Node SDK features on Cloudflare, including the prismaIntegration (#21882) and AI v7 support for the vercelAiIntegration (#21917).

    This entrypoint is a drop-in replacement, so you can switch your imports from @sentry/cloudflare directly to @sentry/cloudflare/nodejs_compat. To use it, your Worker must set the nodejs_compat compatibility flag in wrangler.toml/wrangler.jsonc. This will become the default entrypoint in v11.

  • feat: Use Sentry's minimal OpenTelemetry tracer provider by default (#21666, #21680, #21842)

    The Node SDK now registers Sentry's own minimal SentryTracerProvider by default, which creates native Sentry spans directly instead of routing them through the full OpenTelemetry SDK span pipeline. This reduces overhead for the common case where you don't need the full OpenTelemetry tracing stack.

    If you rely on OpenTelemetry SDK features that the minimal provider doesn't support, you can opt out and fall back to the full OpenTelemetry BasicTracerProvider by setting openTelemetryBasicTracerProvider: true in your Sentry.init() options. Providing custom openTelemetrySpanProcessors also forces the full provider automatically.

Other Changes

  • feat(bun,deno,node): pg orchestrion instrumentation (#21826)
  • feat(bun): enable new mysql, pg integrations in 'bun build' (#21828)
  • feat(cloudflare): Enable AI v7 support for Cloudflare in the /nodejs_compat entrypoint (#21917)
  • feat(cloudflare): Expose prismaIntegration in nodejs_compat export (#21882)
  • feat(core): Add sentry.trace_lifecycle attribute (#21850)
  • feat(core): Add deferred segment-span transaction capture (#21839)
  • feat(deps): Bump OpenTelemetry dependencies to latest (#21988)
  • feat(mongoose): Instrument mongoose >= 9.7 via native tracing channels (#21803)
  • feat(replays): Record segment names that occur during replay (#21851)
  • fix(browser): Accept precisely-typed GrowthBook class in growthbookIntegration (#21825)
  • fix(browser): Flush telemetry when page is hidden (#21862)
  • fix(cloudflare): Catch potential errors during flush and dispose (#21976)
  • fix(core): Capture Anthropic stream stop_reason from message_delta (#21907)
  • fix(core): Print getTraceMetaTags in 1 line to prevent hydration errors (#22004)
  • fix(nextjs): Add immutable browser chunks to upload assets (#21978)
  • fix(nextjs): Handle Middleware.execute root spans on Node.js runtime (#22013)
  • fix(react/solid/vue): Instrument TanStack Router navigations via onBeforeLoad/onResolved (#21975)
  • chore: Add experimentalUseDiagnosticsChannelInjection in node size-limit (#21992)
  • chore: Add external contributor to CHANGELOG.md (#21945)
  • chore: Clarify usage of hoistTransitiveImports option (#21888)
  • chore: Make @​sentry/conventions sideEffect free during bundling (#22015)
  • chore: Remove runtime ESM/CJS switching (#21761)
  • chore(ci): Replace app-id with client-id in GH workflows (#21914)
  • chore(cloudflare): Disallow Node SDK usage outside of nodejs_compat (#21884)
  • chore(cloudflare): Disallow server-utils usage outside of nodejs_compat (#21918)
  • chore(node-core): Move isCjs to its own file to prevent sideEffects (#21856)
  • ci: Increase Node integration test timeout to 20 minutes (#21903)
  • deps(server-utils): Bump @​apm-js-collab/tracing-hooks to 0.10.1 (#21892)

... (truncated)

Commits
  • 5736a38 release: 10.64.0
  • 9074df6 Merge pull request #22016 from getsentry/prepare-release/10.64.0
  • 3610701 meta(changelog): Update changelog for 10.64.0
  • 7df7f30 fix(core): Print getTraceMetaTags in 1 line to prevent hydration errors (#22004)
  • 39d05cd fix(nextjs): Handle Middleware.execute root spans on Node.js runtime (#22013)
  • f7c75e7 chore: Make @​sentry/conventions sideEffect free during bundling (#22015)
  • 851edb3 test(node): Attempt to unflake docker-based node integration tests (#21905)
  • 5e48cb0 feat(server-utils): Rewrite @opentelemetry/instrumentation-hapi to orchestr...
  • 067f1b2 chore(cloudflare): Disallow server-utils usage outside of nodejs_compat (#21918)
  • 00cc317 feat(cloudflare): Enable AI v7 support for Cloudflare in the /nodejs_compat e...
  • Additional commits viewable in compare view

Updates @sentry/vite-plugin from 4.0.2 to 5.3.0

Release notes

Sourced from @​sentry/vite-plugin's releases.

5.3.0

New Features ✨

  • (babel) Auto-inject sentry-label from static text children by @​antonis in #925

Bug Fixes 🐛

Internal Changes 🔧

5.2.1

Bug Fixes 🐛

  • (webpack) Await source map deletion before signaling build completion by @​andreiborza in #918

Internal Changes 🔧

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

... (truncated)

Changelog

Sourced from @​sentry/vite-plugin's changelog.

5.3.0

New Features ✨

  • (babel) Auto-inject sentry-label from static text children by @​antonis in #925

Bug Fixes 🐛

Internal Changes 🔧

5.2.1

Bug Fixes 🐛

  • (webpack) Await source map deletion before signaling build completion by @​andreiborza in #918

Internal Changes 🔧

5.2.0

New Features ✨

Bug Fixes 🐛

Internal Changes 🔧

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@dependabot dependabot Bot changed the title Bump the sentry group with 2 updates Bump the sentry group across 1 directory with 2 updates Apr 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 3 times, most recently from 20eabaa to 7ef0948 Compare April 8, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 2 times, most recently from 03f6afb to b935182 Compare April 22, 2026 00:07
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch from b935182 to a7ca2d1 Compare April 29, 2026 00:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch from a7ca2d1 to 058d5ee Compare May 6, 2026 00:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch from 058d5ee to 91a04ee Compare May 13, 2026 01:28
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 2 times, most recently from a299b80 to bc1d345 Compare May 27, 2026 03:00
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 2 times, most recently from bd4cfab to d8d354d Compare June 10, 2026 00:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 3 times, most recently from dd1ecb6 to 035ed9c Compare June 24, 2026 00:04
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sentry-1a228ee616 branch 2 times, most recently from a32f3de to 41fb930 Compare July 8, 2026 00:04
Bumps the sentry group with 2 updates in the / directory: [@sentry/react](https://github.com/getsentry/sentry-javascript) and [@sentry/vite-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins).


Updates `@sentry/react` from 8.34.0 to 10.64.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@8.34.0...10.64.0)

Updates `@sentry/vite-plugin` from 4.0.2 to 5.3.0
- [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript-bundler-plugins@4.0.2...5.3.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 10.47.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: sentry
- dependency-name: "@sentry/vite-plugin"
  dependency-version: 5.1.1
  dependency-type: direct:development
  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-1a228ee616 branch from 41fb930 to 7f9c7da Compare July 8, 2026 17:18
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.

0 participants