Download Latest Version 10.12.0 source code.tar.gz (4.8 MB)
Email in envelope

Get an email when there's a new version of Sentry JS

Home / 10.9.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-internal-replay-10.9.0.tgz 2025-09-03 560.3 kB
sentry-internal-replay-canvas-10.9.0.tgz 2025-09-03 169.3 kB
sentry-internal-typescript-10.9.0.tgz 2025-09-03 1.9 kB
sentry-node-core-10.9.0.tgz 2025-09-03 302.3 kB
sentry-opentelemetry-10.9.0.tgz 2025-09-03 128.0 kB
sentry-pino-transport-10.9.0.tgz 2025-09-03 9.9 kB
sentry-profiling-node-10.9.0.tgz 2025-09-03 56.7 kB
sentry-react-10.9.0.tgz 2025-09-03 87.1 kB
sentry-remix-10.9.0.tgz 2025-09-03 59.4 kB
sentry-solid-10.9.0.tgz 2025-09-03 9.1 kB
sentry-svelte-10.9.0.tgz 2025-09-03 15.9 kB
sentry-sveltekit-10.9.0.tgz 2025-09-03 93.1 kB
sentry-tanstackstart-react-10.9.0.tgz 2025-09-03 7.7 kB
sentry-types-10.9.0.tgz 2025-09-03 8.1 kB
sentry-vercel-edge-10.9.0.tgz 2025-09-03 314.4 kB
sentry-vue-10.9.0.tgz 2025-09-03 31.3 kB
sentry-wasm-10.9.0.tgz 2025-09-03 7.9 kB
sentry-angular-10.9.0.tgz 2025-09-03 60.5 kB
sentry-astro-10.9.0.tgz 2025-09-03 42.1 kB
sentry-aws-serverless-10.9.0.tgz 2025-09-03 49.3 kB
sentry-browser-10.9.0.tgz 2025-09-03 210.0 kB
sentry-bun-10.9.0.tgz 2025-09-03 19.6 kB
sentry-cloudflare-10.9.0.tgz 2025-09-03 69.2 kB
sentry-core-10.9.0.tgz 2025-09-03 747.0 kB
sentry-deno-10.9.0.tgz 2025-09-03 25.7 kB
sentry-ember-10.9.0.tgz 2025-09-03 11.4 kB
sentry-gatsby-10.9.0.tgz 2025-09-03 5.8 kB
sentry-google-cloud-serverless-10.9.0.tgz 2025-09-03 23.4 kB
sentry-internal-browser-utils-10.9.0.tgz 2025-09-03 142.2 kB
sentry-internal-eslint-config-sdk-10.9.0.tgz 2025-09-03 5.3 kB
sentry-internal-eslint-plugin-sdk-10.9.0.tgz 2025-09-03 2.9 kB
sentry-internal-feedback-10.9.0.tgz 2025-09-03 138.6 kB
sentry-nestjs-10.9.0.tgz 2025-09-03 29.9 kB
sentry-nextjs-10.9.0.tgz 2025-09-03 250.8 kB
sentry-node-10.9.0.tgz 2025-09-03 203.8 kB
sentry-node-native-10.9.0.tgz 2025-09-03 17.7 kB
sentry-node-serverless-10.9.0.zip 2025-09-03 1.8 MB
sentry-nuxt-10.9.0.tgz 2025-09-03 66.9 kB
sentry-react-router-10.9.0.tgz 2025-09-03 49.9 kB
sentry-solidstart-10.9.0.tgz 2025-09-03 50.1 kB
sentry-tanstackstart-10.9.0.tgz 2025-09-03 3.2 kB
10.9.0 source code.tar.gz 2025-09-03 4.9 MB
10.9.0 source code.zip 2025-09-03 8.6 MB
README.md 2025-09-03 5.6 kB
Totals: 44 Items   19.3 MB 0

Important Changes

  • feat(node): Update httpIntegration handling of incoming requests (#17371)

This version updates the handling of the Node SDK of incoming requests. Instead of relying on @opentelemetry/instrumentation-http, we now handle incoming request instrumentation internally, ensuring that we can optimize performance as much as possible and avoid interop problems.

This change should not affect you, unless you're relying on very in-depth implementation details. Importantly, this also drops the _experimentalConfig option of the integration - this will no longer do anything. Finally, you can still pass instrumentation.{requestHook,responseHook,applyCustomAttributesOnSpan} options, but they are deprecated and will be removed in v11. Instead, you can use the new incomingRequestSpanHook configuration option if you want to adjust the incoming request span.

Other Changes

  • feat(browser): Add replay.feedback CDN bundle (#17496)
  • feat(browser): Export sendFeedback from CDN bundles (#17495)
  • fix(astro): Ensure span name from beforeStartSpan isn't overwritten (#17500)
  • fix(browser): Ensure source is set correctly when updating span name in-place in beforeStartSpan (#17501)
  • fix(core): Only set template attributes on logs if parameters exist (#17480)
  • fix(nextjs): Fix parameterization for root catchall routes (#17489)
  • fix(node-core): Shut down OTel TraceProvider when calling Sentry.close() (#17499)
Internal Changes - chore: Add `changelog` script back to package.json ([#17517](https://github.com/getsentry/sentry-javascript/pull/17517)) - chore: Ensure prettier is run on all files ([#17497](https://github.com/getsentry/sentry-javascript/pull/17497)) - chore: Ignore prettier commit for git blame ([#17498](https://github.com/getsentry/sentry-javascript/pull/17498)) - chore: Remove experimental from Nuxt SDK package description ([#17483](https://github.com/getsentry/sentry-javascript/pull/17483)) - ci: Capture overhead in node app ([#17420](https://github.com/getsentry/sentry-javascript/pull/17420)) - ci: Ensure we fail on cancelled jobs ([#17506](https://github.com/getsentry/sentry-javascript/pull/17506)) - ci(deps): bump actions/checkout from 4 to 5 ([#17505](https://github.com/getsentry/sentry-javascript/pull/17505)) - ci(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.1 ([#17504](https://github.com/getsentry/sentry-javascript/pull/17504)) - test(aws): Improve reliability on CI ([#17502](https://github.com/getsentry/sentry-javascript/pull/17502))

Bundle size 📦

Path Size
@sentry/browser 23.59 KB
@sentry/browser - with treeshaking flags 22.2 KB
@sentry/browser (incl. Tracing) 38.93 KB
@sentry/browser (incl. Tracing, Replay) 76.4 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.43 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 80.97 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 92.81 KB
@sentry/browser (incl. Feedback) 39.88 KB
@sentry/browser (incl. sendFeedback) 28.13 KB
@sentry/browser (incl. FeedbackAsync) 32.92 KB
@sentry/react 25.27 KB
@sentry/react (incl. Tracing) 40.91 KB
@sentry/vue 27.97 KB
@sentry/vue (incl. Tracing) 40.72 KB
@sentry/svelte 23.62 KB
CDN Bundle 25.06 KB
CDN Bundle (incl. Tracing) 38.82 KB
CDN Bundle (incl. Tracing, Replay) 74.25 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.56 KB
CDN Bundle - uncompressed 73.2 KB
CDN Bundle (incl. Tracing) - uncompressed 114.83 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.23 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.56 KB
@sentry/nextjs (client) 42.86 KB
@sentry/sveltekit (client) 39.38 KB
@sentry/node-core 48.45 KB
@sentry/node 146.74 KB
@sentry/node - without tracing 90.02 KB
@sentry/aws-serverless 103.01 KB
Source: README.md, updated 2025-09-03