Skip to content

chore(deps): update dependency @sentry/node to v10 - #44

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

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

Conversation

@renovate

@renovate renovate Bot commented May 13, 2024 •

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@sentry/node (source) ^7.42.0 → ^10.75.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v10.75.0

Compare Source

Important Changes
  • feat(v10/effect): Capture errors through the Effect v4 ErrorReporter API (#​24445)

    On Effect v4, Sentry.effectLayer now registers a Sentry ErrorReporter. Failures that pass through Effect.withErrorReporting, ErrorReporter.report or the built-in HTTP and RPC reporting boundaries are captured automatically, with ErrorReporter.ignore, ErrorReporter.severity and ErrorReporter.attributes annotations respected. Nothing changes on Effect v3.

Other Changes
  • feat(v10/core): Accept a CollectBehavior shorthand for dataCollection.httpHeaders (#​24339)
  • fix(v10/browser): Release the XHR virtualError once the request completed (#​24307)
  • fix(v10/browser-utils): Skip nullish LCP entries in vendored web-vitals (#​24349)
  • fix(v10/bundler-plugins): Stamp debug IDs onto emitted source maps when disable-upload is set (#​24332)
  • fix(v10/core): Don't instrument the SDK's own envelope requests (#​24276)
  • fix(v10/nextjs): Only include emitted chunk directories in Turbopack sourcemap upload (#​24295)
  • fix(v10/nitro): Import from nitro/h3 instead of h3 directly (#​24444)
  • fix(v10/node-core): Don't recurse in logAndExitProcess on a broken stdio pipe (#​24353)
  • fix(v10/nuxt): Detect Nitro version via the app's Nuxt dependency chain (#​24025)
  • fix(v10/replay): Don't rewrite already-emitted nodes when syncing mirror attributes (#​23588)

Bundle size 📦

Path Size
@​sentry/browser 27.18 KB
@​sentry/browser - with treeshaking flags 25.66 KB
@​sentry/browser (incl. Tracing) 45.6 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.34 KB
@​sentry/browser (incl. Tracing, Profiling) 50.24 KB
@​sentry/browser (incl. Tracing, Replay) 83.99 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.84 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.6 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.94 KB
@​sentry/browser (incl. Feedback) 43.94 KB
@​sentry/browser (incl. sendFeedback) 31.87 KB
@​sentry/browser (incl. FeedbackAsync) 36.88 KB
@​sentry/browser (incl. Metrics) 28.25 KB
@​sentry/browser (incl. Logs) 28.47 KB
@​sentry/browser (incl. Metrics & Logs) 29.15 KB
@​sentry/react 28.93 KB
@​sentry/react (incl. Tracing) 47.81 KB
@​sentry/vue 32.47 KB
@​sentry/vue (incl. Tracing) 47.55 KB
@​sentry/svelte 27.21 KB
CDN Bundle 29.53 KB
CDN Bundle (incl. Tracing) 47.52 KB
CDN Bundle (incl. Logs, Metrics) 31.07 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 48.81 KB
CDN Bundle (incl. Replay, Logs, Metrics) 69.49 KB
CDN Bundle (incl. Tracing, Replay) 84.22 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 89.87 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91.15 KB
CDN Bundle - uncompressed 87.93 KB
CDN Bundle (incl. Tracing) - uncompressed 143.41 KB
CDN Bundle (incl. Logs, Metrics) - uncompressed 92.53 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 147.3 KB
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 214.56 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 260.04 KB
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.91 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.42 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.28 KB
@​sentry/nextjs (client) 50.31 KB
@​sentry/sveltekit (client) 46.02 KB
@​sentry/core/server 78.95 KB
@​sentry/core/browser 65.45 KB
@​sentry/node-core 62.03 KB
@​sentry/node 123.25 KB
@​sentry/node (incl. diagnostics channel injection) 166.36 KB
@​sentry/node/import (ESM hook with diagnostics-channel injection) 166 B
@​sentry/node/light 50.45 KB
@​sentry/node - without tracing 73.49 KB
@​sentry/aws-serverless 82.5 KB
@​sentry/cloudflare (withSentry) - minified 198.2 KB
@​sentry/cloudflare (withSentry) 488.15 KB

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

❗ Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, 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/major-sentry-javascript-monorepo branch 3 times, most recently from 9438e66 to 7bf8ccc Compare May 28, 2024 02:17
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 7bf8ccc to 328baf5 Compare May 31, 2024 14:54
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from dfe9754 to 544f767 Compare June 12, 2024 11:48
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 5a5e80a to 7b5653c Compare June 26, 2024 20:27
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 51f39da to a1236e3 Compare July 5, 2024 02:28
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from a87fb41 to 14eb33e Compare July 11, 2024 05:48
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 5857b0b to 88153b9 Compare July 26, 2024 02:41
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from e06ce69 to 49ad210 Compare August 6, 2024 23:48
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from cd14a08 to dfbca53 Compare August 15, 2024 05:52
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from dfbca53 to a45af83 Compare August 28, 2024 02:23
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 535907f to 2604ff4 Compare September 10, 2024 20:50
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 327e1e5 to 134d6b5 Compare September 25, 2024 18:00
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 134d6b5 to b393a29 Compare October 3, 2024 02:21
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from eb9685b to 7369130 Compare December 14, 2024 02:04
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 7369130 to 0fa9015 Compare December 21, 2024 02:52
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 0fa9015 to 9640076 Compare January 9, 2025 12:10
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 382f014 to 84c42dc Compare January 23, 2025 04:22
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 3 times, most recently from 0a1c03d to 344031b Compare February 4, 2025 03:59
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 344031b to 9021c4f Compare February 12, 2025 04:08
@renovate renovate Bot changed the title chore(deps): update dependency @sentry/node to v8 chore(deps): update dependency @sentry/node to v9 Feb 12, 2025
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 9021c4f to e1629f7 Compare February 15, 2025 00:07
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 4e4ce54 to 446b519 Compare March 1, 2025 19:31
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 446b519 to 1040b71 Compare March 7, 2025 23:54
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 79382fe to e04ae1d Compare March 21, 2025 20:08
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 4e4d44e to 1ef6948 Compare March 29, 2025 11:35
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 010d887 to 43cf147 Compare April 8, 2025 20:22
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 43cf147 to 4645baa Compare April 19, 2025 07:44
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 9c0fb76 to b29a871 Compare May 2, 2025 03:58
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 34ad36c to 1d13d41 Compare May 16, 2025 00:04
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from 1d13d41 to 33d5a0e Compare May 24, 2025 12:07
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch 2 times, most recently from 4a42001 to fbce1f0 Compare June 6, 2025 16:31
@renovate
renovate Bot force-pushed the renovate/major-sentry-javascript-monorepo branch from fbce1f0 to 1d7ab03 Compare June 14, 2025 12:07

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants