Skip to content

chore(deps): update dependency @sentry/node to v10.74.0 - #414

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-javascript-monorepo
Open

chore(deps): update dependency @sentry/node to v10.74.0#414
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sentry-javascript-monorepo

Conversation

@renovate

@renovate renovate Bot commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v10.74.0

Compare Source

  • 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)
Internal Changes
  • 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
CDN Bundle 29.46 KB
CDN Bundle (incl. Tracing) 47.45 KB
CDN Bundle (incl. Logs, Metrics) 31.01 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.75 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.37 KB
CDN Bundle (incl. Tracing, Replay) 84.11 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.38 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91.01 KB
CDN Bundle - uncompressed 87.79 KB
CDN Bundle (incl. Tracing) - uncompressed 143.27 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.39 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.15 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.29 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.77 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.02 KB
@​sentry/nextjs (client) 50.26 KB
@​sentry/sveltekit (client) 45.95 KB
@​sentry/core/server 78.9 KB
@​sentry/core/browser 65.38 KB
@​sentry/node-core 61.83 KB
@​sentry/node 123.05 KB
@​sentry/node (incl. diagnostics channel injection) 166.11 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 166 B
@​sentry/node/light 50.24 KB
@​sentry/node - without tracing 73.24 KB
@​sentry/aws-serverless 82.28 KB
@​sentry/cloudflare (withSentry) - minified 198 KB
@​sentry/cloudflare (withSentry) 487.68 KB

v10.73.0

Compare Source

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)
Internal Changes
  • test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#​23775)

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.54 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.28 KB
@​sentry/browser (incl. Tracing, Profiling) 50.17 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.83 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.74 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.46 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.45 KB
CDN Bundle (incl. Logs, Metrics) 30.98 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.72 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.09 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91 KB
CDN Bundle - uncompressed 87.76 KB
CDN Bundle (incl. Tracing) - uncompressed 143.4 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.36 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.29 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.26 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.91 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.15 KB
@​sentry/nextjs (client) 50.22 KB
@​sentry/sveltekit (client) 45.94 KB
@​sentry/core/server 78.67 KB
@​sentry/core/browser 65.18 KB
@​sentry/node-core 61.78 KB
@​sentry/node 122.81 KB
@​sentry/node (incl. diagnostics channel injection) 165.86 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 166 B
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 197.84 KB
@​sentry/cloudflare (withSentry) 486.96 KB

v10.72.0

Compare Source

Important Changes
  • AI integrations no longer report errors that propagate to the caller (#​23638, #​23639, #​23640)

    Across all AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, and LangGraph), the SDK no longer sends an event to Sentry for errors that the AI framework propagates to your code. Previously the instrumentation reported these as unhandled (handled: false) before your own error handling ran, so an error your code caught still showed up in Sentry as an unhandled crash. The span is still marked as errored and the error still propagates, so reporting is left to your application: if your code does not handle the error, it reaches Sentry's global error handlers and is captured as unhandled, just like any other uncaught error. Errors that a provider surfaces as data on an otherwise successful response (such as Anthropic error-shaped responses or Google GenAI blocked content) are still captured, since your code never sees them propagate.

  • feat(v10/cloudflare): Add rpcTracePropagationBindings (#​23737, #​23738)

    The new rpcTracePropagationBindings option names the env bindings that outgoing RPC calls propagate trace context to. Strings match a binding name exactly, regular expressions match by pattern, and the default empty array propagates to nothing. RPC has no headers to carry trace context, so the SDK appends it as a trailing argument that only a Sentry-instrumented receiver removes again. List only the bindings whose receiver you know runs Sentry. Setting the option takes precedence over enableRpcTracePropagation, which is now deprecated. When you build with the Sentry Cloudflare Vite plugin, the bindings that resolve to this worker (its own Durable Objects and self service bindings) are derived from your wrangler config and added for you.

Other Changes
  • fix(v10/astro): support astro v7 route patterns properly (#​23657)
  • fix(v10/bundler-plugins): Preserve full file path in component annotation source maps (#​23595)
  • fix(v10/core): Store child span timeout handle in _childSpanTimeoutID (#​23673)
  • fix(v10/node): Only end the process session when it is still ok (#​23731)
  • fix(v10/react-router): Use react-router's own instrumentation types instead of a mirrored copy (#​23589)
  • fix(v10/replay): Suppress Worker destroyed error on session expiry (#​23654)
  • fix(v10/server-utils): Keep orchestrion registration out of tree-shaking (#​23591)
  • fix(v10/server-utils): Stop shipping orchestrion bundler plugins as production dependencies (#​23667)
  • fix(v10/server-utils): Support openai v7 in auto-instrumentation (#​23713)
  • fix(v10/sveltekit): Detect native tracing in flattened SvelteKit 3 config (#​23656)
Internal Changes
  • chore(v10): Add external contributor to CHANGELOG.md (#​23626)
  • docs(v10): Changelog + contributor credit for AI caller-handled error fixes (#​23641)
  • test(v10/e2e): Fix scripts for nuxt dev server (#​23658)
  • test(v10/e2e): Look up events via the organization trace endpoint (#​23680)
  • test(v10/e2e): Look up the symbolicated event via the eventids endpoint (#​23681)

Work in this release was contributed by @​ryanrho-mercor, @​lux-in-tenebris-lucet, and @​suhailopensource. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.54 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.28 KB
@​sentry/browser (incl. Tracing, Profiling) 50.17 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.83 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.74 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.46 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.45 KB
CDN Bundle (incl. Logs, Metrics) 30.98 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.72 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.34 KB
CDN Bundle (incl. Tracing, Replay) 84.09 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.37 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91 KB
CDN Bundle - uncompressed 87.76 KB
CDN Bundle (incl. Tracing) - uncompressed 143.4 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.36 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.29 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.26 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.91 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.78 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.29 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.15 KB
@​sentry/nextjs (client) 50.22 KB
@​sentry/sveltekit (client) 45.94 KB
@​sentry/core/server 78.64 KB
@​sentry/core/browser 65.18 KB
@​sentry/node-core 61.77 KB
@​sentry/node 122.8 KB
@​sentry/node (incl. diagnostics channel injection) 165.83 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 166 B
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 197.54 KB
@​sentry/cloudflare (withSentry) 485.89 KB

v10.71.0

Compare Source

Important Changes
  • feat(v10/core)!: Enable logs by default (#​23311)

The enableLogs client option now defaults to true, so Sentry Logs work without any manual opt-in. Nothing is captured unless you call the Sentry.logger.* APIs or add a log-forwarding integration (such as consoleLoggingIntegration, pinoIntegration, or the winston transport), and you can set enableLogs: false to opt out. Although a default change like this would normally land in a major release, we are shipping it in a minor after careful consideration, since it sends no data on its own and only takes effect once you actively use the logging APIs or a logging integration.

Other Changes
  • feat(v10/core): Deprecate scope.clear() method (#​23231)
  • fix(v10/core): Bound child span tracking on long-lived spans (#​23406)
  • fix(v10/core): Read Supabase PostgREST headers from Headers instances (#​23241)
  • fix(v10/hono): Use captureException from scope, not from Client (#​23280)
  • fix(v10/nuxt): Delete source maps after Nitro finishes building (#​23508)
  • fix(v10/react-router): Carry multi-byte UTF-8 across SSR stream chunk boundaries (#​23421)
  • fix(v10/react): Match TanStack Router pageload against the router location (#​23494)
Internal Changes
  • test(v10/nextjs): Add e2e app for a user-owned OpenTelemetry setup (#​23278)

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.45 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.43 KB
CDN Bundle (incl. Logs, Metrics) 30.98 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.7 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.32 KB
CDN Bundle (incl. Tracing, Replay) 84.05 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.33 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.72 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.96 KB
CDN Bundle - uncompressed 87.76 KB
CDN Bundle (incl. Tracing) - uncompressed 143.35 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.36 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.24 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.2 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.79 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.67 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.17 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.04 KB
@​sentry/nextjs (client) 50.2 KB
@​sentry/sveltekit (client) 45.92 KB
@​sentry/core/server 78.73 KB
@​sentry/core/browser 65.27 KB
@​sentry/node-core 61.77 KB
@​sentry/node 122.94 KB
@​sentry/node (incl. diagnostics channel injection) 147.78 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.39 KB
@​sentry/node/light 50.21 KB
@​sentry/node - without tracing 73.19 KB
@​sentry/aws-serverless 82.24 KB
@​sentry/cloudflare (withSentry) - minified 197.31 KB
@​sentry/cloudflare (withSentry) 485.11 KB

v10.70.0

Compare Source

  • feat(v10/core): Support stable MCP SDK v2 (#​22986)
  • feat(v10/deps): Bump @sentry/node-cpu-profiler to 2.4.3 (#​22992)
  • feat(v10/solid,solidstart): Support @solidjs/router v1 (#​23163)
  • fix(v10/cloudflare): Fork the isolation scope for Durable Object methods (#​23189)
  • fix(v10/cloudflare): Get original waituntil in workflows (#​23192)
  • fix(v10/cloudflare): Instrument DO RPC methods on the prototype, not a Proxy (#​23190)
  • fix(v10/cloudflare): Set agent conversation id on the onRequest path (#​22985)
  • fix(v10/cloudflare): Set conversation id independent of session name (#​23193)
  • fix(v10/cloudflare): Try/catch on non-configurable prototypes (#​23191)
  • fix(v10/cloudflare): Use gen_ai.agent.name for class names (#​22987)
  • fix(v10/core,browser): Handle errors from other realms (#​23201)
  • fix(v10/core): Sample errors after beforeSend while preserving session updates (#​22819)
  • fix(v10/hono): Include originalException in captured exception hint (#​22990)
  • fix(v10/nextjs): meriyah issue for standalone build (#​23055)
  • fix(v10/nextjs): Remove tracing from middleware wrappers (#​22904)
  • fix(v10/profiling-node): Respect profileSessionSampleRate in trace profile lifecycle (#​22940)
  • fix(v10/react-router): Preserve sourcemaps.disable when unstable_sentryVitePluginOptions is set (#​22966)
  • fix(v10/react): Remove routes from shared set on <Routes> unmount (#​22948)
  • fix(v10/sveltekit): Export metrics from worker entry point (#​23027)
Internal Changes
  • test(v10/e2e): Add missing @sentry/core dep to nextjs-16-userfeedback (#​23009)
  • test(v10/e2e): Fix failing sveltekit-3 test (#​23016)
  • test(v10/e2e): Fix type error in nextjs ai-error tests (#​23011)
  • test(v10/e2e): Pin tanstackstart-react e2e deps to unblock tunnel tests (#​23048)

Work in this release was contributed by @​davidmurdoch, @​Jxxunnn, and @​kamilogorek. Thank you for your contributions!

Bundle size 📦

Path Size
@​sentry/browser 27.09 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.5 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.24 KB
@​sentry/browser (incl. Tracing, Profiling) 50.13 KB
@​sentry/browser (incl. Tracing, Replay) 83.82 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.7 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.42 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.78 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.7 KB
@​sentry/vue 32.39 KB
@​sentry/vue (incl. Tracing) 47.41 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.41 KB
CDN Bundle (incl. Logs, Metrics) 30.97 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.69 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.32 KB
CDN Bundle (incl. Tracing, Replay) 84.03 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.31 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.71 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 90.94 KB
CDN Bundle - uncompressed 87.76 KB
CDN Bundle (incl. Tracing) - uncompressed 143.3 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.36 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.19 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.2 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 259.75 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.62 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.13 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 276.99 KB
@​sentry/nextjs (client) 50.19 KB
@​sentry/sveltekit (client) 45.91 KB
@​sentry/core/server 78.66 KB
@​sentry/core/browser 65.21 KB
@​sentry/node-core 61.76 KB
@​sentry/node 122.92 KB
@​sentry/node (incl. diagnostics channel injection) 147.77 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 68.39 KB
@​sentry/node/light 50.2 KB
@​sentry/node - without tracing 73.18 KB
@​sentry/aws-serverless 82.22 KB
@​sentry/cloudflare (withSentry) - minified 197.26 KB
@​sentry/cloudflare (withSentry) 484.82 KB

v10.69.0

Compare Source

Important Changes
  • feat(v10/cloudflare): Add instrumentAgentWithSentry for Cloudflare Agents (#​22786)

The Cloudflare SDK adds a new instrumentAgentWithSentry API for Cloudflare Agents. It works like instrumentDurableObjectWithSentry for Agent classes from the agents SDK and additionally creates spans for @callable RPC methods and automatically sets the conversationId based on the agent's name. When building with the Sentry Vite plugin, Agents are instrumented automatically (#​22788).

Other Changes
  • feat(v10/cloudflare): Add Spotlight integration for local dev event forwarding (#​22796)
  • feat(v10/cloudflare): Add wranglerConfigPath to Vite options (#​22803)
  • feat(v10/cloudflare): Filter framework-internal Durable Object storage spans (#​22770)
  • feat(v10/cloudflare): Instrument Agents automatically (#​22788)
  • feat(v10/cloudflare): Rotate agent conversation id on chat clear (#​22787)
  • fix(v10/cloudflare): Also skip cf: prefixed DOs (#​22802)
  • fix(v10/cloudflare): Filter CREATE INDEX spans on cf_-prefixed tables (#​22767)
  • fix(v10/cloudflare): Prevent AI provider skips (#​22771)
  • fix(v10/core): Summarize SQLite upserts so Durable Object cf_ spans stay filtered (#​22766)
  • fix(v10/effect): Set sentry.origin on logs from SentryEffectLogger (#​22806)
  • fix(v10/gatsby): Add React 19 to peer dependency range (#​22675)
  • fix(v10/node): Unpin @apm-js-collab/code-transformer-bundler-plugins (#​22678)
  • fix(v10/server-utils): Do not inject dc into client bundle (#​22765)
Internal Changes
  • test(v10/cloudflare): Pin mcp as agent depends on it (#​22769)

Bundle size 📦

Path Size
@​sentry/browser 27.11 KB
@​sentry/browser - with treeshaking flags 25.59 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.84 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.44 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.88 KB
@​sentry/browser (incl. sendFeedback) 31.79 KB
@​sentry/browser (incl. FeedbackAsync) 36.8 KB
@​sentry/browser (incl. Metrics) 28.17 KB
@​sentry/browser (incl. Logs) 28.39 KB
@​sentry/browser (incl. Metrics & Logs) 29.07 KB
@​sentry/react 28.87 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.41 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.13 KB
CDN Bundle 29.45 KB
CDN Bundle (incl. Tracing) 47.42 KB
CDN Bundle (incl. Logs, Metrics) 30.99 KB
CD

Note

PR body was truncated to here.


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.

@codacy-production

codacy-production Bot commented Mar 31, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 94bc239 to f115f86 Compare April 9, 2026 17:58
@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 force-pushed the renovate/sentry-javascript-monorepo branch from f115f86 to edeb354 Compare April 16, 2026 18:01
@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 from edeb354 to 6a8faae Compare April 23, 2026 16:19
@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 6a8faae to ff5705f Compare April 29, 2026 19:52
@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 ff5705f to 833601b Compare May 7, 2026 12:44
@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 833601b to 792a188 Compare May 12, 2026 12:27
@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 792a188 to f2be3d0 Compare May 12, 2026 18:13
@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 from f2be3d0 to ca0883c Compare May 26, 2026 16:16
@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 ca0883c to ab43df9 Compare May 28, 2026 21:14
@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 ab43df9 to 4342926 Compare June 2, 2026 14:53
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.55.0 chore(deps): update dependency @sentry/node to v10.56.0 Jun 2, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.56.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 4342926 to 158c2f6 Compare June 9, 2026 16:10
@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 from 158c2f6 to c18703a Compare June 15, 2026 14:10
@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 c18703a to 4530143 Compare June 19, 2026 19:34
@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 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 a00b1d5 to 5accd74 Compare June 26, 2026 12:51
@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 force-pushed the renovate/sentry-javascript-monorepo branch from 5accd74 to dc081b5 Compare July 1, 2026 21:01
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.62.0 chore(deps): update dependency @sentry/node to v10.63.0 Jul 1, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from dc081b5 to 2c03141 Compare July 7, 2026 15:01
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.63.0 chore(deps): update dependency @sentry/node to v10.64.0 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 2c03141 to a7c8f2c Compare July 10, 2026 14:46
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.64.0 chore(deps): update dependency @sentry/node to v10.65.0 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from c8ffd6b to ee58d4e Compare July 16, 2026 10:40
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.65.0 chore(deps): update dependency @sentry/node to v10.66.0 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from ee58d4e to f74fd46 Compare July 20, 2026 22:15
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.66.0 chore(deps): update dependency @sentry/node to v10.67.0 Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from f74fd46 to df34802 Compare July 24, 2026 11:16
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.67.0 chore(deps): update dependency @sentry/node to v10.68.0 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from df34802 to 2f70f1e Compare July 29, 2026 14:30
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.68.0 chore(deps): update dependency @sentry/node to v10.69.0 Jul 29, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 2f70f1e to 9083a63 Compare August 10, 2026 15:35
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.69.0 chore(deps): update dependency @sentry/node to v10.70.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 9083a63 to 3bd1344 Compare August 24, 2026 19:42
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.70.0 chore(deps): update dependency @sentry/node to v10.71.0 Aug 24, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 3bd1344 to 66922ac Compare August 28, 2026 21:40
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.71.0 chore(deps): update dependency @sentry/node to v10.72.0 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from 66922ac to e171154 Compare August 31, 2026 17:50
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.72.0 chore(deps): update dependency @sentry/node to v10.73.0 Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/sentry-javascript-monorepo branch from e171154 to 2514a73 Compare September 9, 2026 20:41
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v10.73.0 chore(deps): update dependency @sentry/node to v10.74.0 Sep 9, 2026
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 0c2761c1-9855-48d2-be26-26fd25f4ec3a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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