Skip to content

chore(deps): update dependency @sentry/node to v10.64.0#571

Merged
w3nl merged 1 commit into
mainfrom
renovate/sentry-javascript-monorepo
Jul 7, 2026
Merged

chore(deps): update dependency @sentry/node to v10.64.0#571
w3nl merged 1 commit into
mainfrom
renovate/sentry-javascript-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) 10.63.010.64.0 age confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v10.64.0

Compare Source

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)
Internal Changes
  • 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)
  • feat(server-utils): Migrate @opentelemetry/instrumentation-ioredis to orchestrion (#​21849)
  • feat(server-utils): Migrate Anthropic integration to orchestrion (#​21902)
  • feat(server-utils): Migrate OpenAI integration to orchestrion (#​21877)
  • feat(server-utils): Rewrite @opentelemetry/instrumentation-hapi to orchestrion (#​21866)
  • ref(core): Add @sentry/conventions to @sentry/core and align versions (#​21855)
  • ref(deno): add deno-integration-tests dev-package (#​21827)
  • ref(node-core): Move node fetch instrumentation into node-core (#​21873)
  • ref(node): Fold breadcrumb & trace propagation into node fetch instrumentation (#​21872)
  • ref(node): Refactor orchestrion config into separate files (#​21957)
  • ref(node): Streamline Prisma v5 instrumentation (#​21980)
  • ref(node): Use @sentry/conventions and vendor remaining semantic conventions (#​21893)
  • test(browser): Fix web worker route-registration race in debug ID test (#​21920)
  • test(e2e): Fix failing nitro-3 e2e test due to broken dependency (#​21895)
  • test(e2e): Revert nf3 dependency override in nitro-3 e2e test (#​21951)
  • test(e2e): Use injectDiagnostics for orchestrion marker (#​21987)
  • test(google-genai): Move google-genai integration tests to use a real client (#​21909)
  • test(nextjs): Tolerate aborted navigation in streaming RSC error E2E test (#​21847)
  • test(node): Attempt to unflake docker-based node integration tests (#​21905)
  • test(node): Automatically run all node-integration tests with orchestrion (#​21911)
  • test(node): Collapse mysql span streaming tests into same suite (#​21890)
  • test(node): Ensure logs are auto-printed when a test fails (#​21887)
  • test(node): Improve tests for Prisma v5 (#​21876)
  • test(node): Migrate fs & contextLines-filename integration tests to helpers (#​21958)
  • test(node): Migrate http client span tests to createCjsTests (#​21956)
  • test(node): Migrate logging integration tests to create*Tests helpers (#​21955)
  • test(node): Refactor remaining express integrations tests to new runner (#​21949)
  • test(node): Update pg-native tests to use additionalDependencies (#​21878)
  • tests(core): Move anthropic node integration tests to use a real client (#​21906)

Work in this release was contributed by @​codr and @​zenato. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 26.94 KB
@​sentry/browser - with treeshaking flags 25.42 KB
@​sentry/browser (incl. Tracing) 45.16 KB
@​sentry/browser (incl. Tracing + Span Streaming) 46.89 KB
@​sentry/browser (incl. Tracing, Profiling) 49.82 KB
@​sentry/browser (incl. Tracing, Replay) 83.53 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.38 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.12 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.48 KB
@​sentry/browser (incl. Feedback) 43.71 KB
@​sentry/browser (incl. sendFeedback) 31.62 KB
@​sentry/browser (incl. FeedbackAsync) 36.63 KB
@​sentry/browser (incl. Metrics) 28 KB
@​sentry/browser (incl. Logs) 28.23 KB
@​sentry/browser (incl. Metrics & Logs) 28.9 KB
@​sentry/react 28.7 KB
@​sentry/react (incl. Tracing) 47.38 KB
@​sentry/vue 32.25 KB
@​sentry/vue (incl. Tracing) 46.98 KB
@​sentry/svelte 26.97 KB
CDN Bundle 29.3 KB
CDN Bundle (incl. Tracing) 47.11 KB
CDN Bundle (incl. Logs, Metrics) 30.83 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.38 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.15 KB
CDN Bundle (incl. Tracing, Replay) 83.73 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 84.99 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.38 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.64 KB
CDN Bundle - uncompressed 87.26 KB
CDN Bundle (incl. Tracing) - uncompressed 142.54 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 91.85 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 146.42 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 213.62 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 258.91 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 262.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 272.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 276.15 KB
@​sentry/nextjs (client) 49.75 KB
@​sentry/sveltekit (client) 45.56 KB
@​sentry/core/server 76.54 KB
@​sentry/core/browser 63.21 KB
@​sentry/node-core 61.73 KB
@​sentry/node 120.85 KB
@​sentry/node (incl. diagnostics channel injection) 126.65 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.31 KB
@​sentry/node/light 49.53 KB
@​sentry/node - without tracing 73.06 KB
@​sentry/aws-serverless 83.59 KB
@​sentry/cloudflare (withSentry) - minified 177.42 KB
@​sentry/cloudflare (withSentry) 438.86 KB

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 8beb39f to ef27bbc Compare April 9, 2026 18:35
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.47.0 chore(deps): update dependency @sentry/node to v10.48.0 Apr 9, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.48.0 chore(deps): update dependency @sentry/node to v10.49.0 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 5c3e2f5 to 4f01bbf Compare April 23, 2026 15:15
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.49.0 chore(deps): update dependency @sentry/node to v10.50.0 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 4f01bbf to e12b648 Compare April 29, 2026 15:49
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.50.0 chore(deps): update dependency @sentry/node to v10.51.0 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from e12b648 to 324fbde Compare May 7, 2026 13:47
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.51.0 chore(deps): update dependency @sentry/node to v10.52.0 May 7, 2026
@w3nl

w3nl commented May 7, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 324fbde to 8eae2c8 Compare May 12, 2026 11:37
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.52.0 chore(deps): update dependency @sentry/node to v10.53.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 8eae2c8 to bffdd19 Compare May 12, 2026 21:10
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.53.0 chore(deps): update dependency @sentry/node to v10.53.1 May 12, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 6e6c2cc to 5cef300 Compare May 26, 2026 14:05
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.53.1 chore(deps): update dependency @sentry/node to v10.54.0 May 26, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 5cef300 to 7e2d7a3 Compare May 28, 2026 15:28
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.54.0 chore(deps): update dependency @sentry/node to v10.55.0 May 28, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 7e2d7a3 to 4dc0af8 Compare June 2, 2026 19:02
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.55.0 chore(deps): update sentry-javascript monorepo to v10.56.0 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 4dc0af8 to 2339e48 Compare June 9, 2026 11:07
@renovate renovate Bot changed the title chore(deps): update sentry-javascript monorepo to v10.56.0 chore(deps): update sentry-javascript monorepo to v10.57.0 Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 5ee4641 to 10d378b Compare June 15, 2026 22:11
@renovate renovate Bot changed the title chore(deps): update sentry-javascript monorepo to v10.57.0 chore(deps): update sentry-javascript monorepo to v10.58.0 Jun 15, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 10d378b to 52a13bc Compare June 19, 2026 15:07
@renovate renovate Bot changed the title chore(deps): update sentry-javascript monorepo to v10.58.0 chore(deps): update sentry-javascript monorepo to v10.59.0 Jun 19, 2026
@renovate renovate Bot changed the title chore(deps): update sentry-javascript monorepo to v10.59.0 chore(deps): update sentry-javascript monorepo Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 02e9072 to 08e71dc Compare June 25, 2026 15:39
@renovate renovate Bot changed the title chore(deps): update sentry-javascript monorepo chore(deps): update dependency @sentry/node to v10.61.0 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 08e71dc to be0a267 Compare June 26, 2026 12:16
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.61.0 chore(deps): update dependency @sentry/node to v10.62.0 Jun 26, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.62.0 chore(deps): update dependency @sentry/node to v10.62.0 - autoclosed Jul 1, 2026
@renovate renovate Bot closed this Jul 1, 2026
@renovate renovate Bot deleted the renovate/sentry-javascript-monorepo branch July 1, 2026 15:26
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.62.0 - autoclosed chore(deps): update dependency @sentry/node to v10.64.0 Jul 7, 2026
@renovate renovate Bot reopened this Jul 7, 2026
@renovate renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from be0a267 to 530839e Compare July 7, 2026 16:56
@w3nl w3nl merged commit 1bccf00 into main Jul 7, 2026
20 checks passed
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.

1 participant