Download Latest Version 10.17.0 source code.tar.gz (4.9 MB)
Email in envelope

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

Home / 10.15.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-angular-10.15.0.tgz 2025-09-24 60.5 kB
sentry-astro-10.15.0.tgz 2025-09-24 44.4 kB
sentry-aws-serverless-10.15.0.tgz 2025-09-24 51.3 kB
sentry-browser-10.15.0.tgz 2025-09-24 209.9 kB
sentry-bun-10.15.0.tgz 2025-09-24 20.0 kB
sentry-cloudflare-10.15.0.tgz 2025-09-24 68.0 kB
sentry-core-10.15.0.tgz 2025-09-24 794.9 kB
sentry-deno-10.15.0.tgz 2025-09-24 29.7 kB
sentry-ember-10.15.0.tgz 2025-09-24 11.4 kB
sentry-gatsby-10.15.0.tgz 2025-09-24 5.8 kB
sentry-google-cloud-serverless-10.15.0.tgz 2025-09-24 23.5 kB
sentry-internal-browser-utils-10.15.0.tgz 2025-09-24 145.8 kB
sentry-internal-eslint-config-sdk-10.15.0.tgz 2025-09-24 5.3 kB
sentry-internal-eslint-plugin-sdk-10.15.0.tgz 2025-09-24 2.9 kB
sentry-internal-feedback-10.15.0.tgz 2025-09-24 139.2 kB
sentry-internal-replay-10.15.0.tgz 2025-09-24 560.2 kB
sentry-internal-replay-canvas-10.15.0.tgz 2025-09-24 169.3 kB
sentry-internal-typescript-10.15.0.tgz 2025-09-24 1.9 kB
sentry-nestjs-10.15.0.tgz 2025-09-24 30.4 kB
sentry-nextjs-10.15.0.tgz 2025-09-24 265.4 kB
sentry-node-10.15.0.tgz 2025-09-24 224.9 kB
sentry-node-core-10.15.0.tgz 2025-09-24 304.2 kB
sentry-node-native-10.15.0.tgz 2025-09-24 17.7 kB
sentry-node-serverless-10.15.0.zip 2025-09-24 1.8 MB
sentry-nuxt-10.15.0.tgz 2025-09-24 68.0 kB
sentry-opentelemetry-10.15.0.tgz 2025-09-24 128.0 kB
sentry-pino-transport-10.15.0.tgz 2025-09-24 9.9 kB
sentry-profiling-node-10.15.0.tgz 2025-09-24 56.7 kB
sentry-react-10.15.0.tgz 2025-09-24 84.3 kB
sentry-react-router-10.15.0.tgz 2025-09-24 49.9 kB
sentry-remix-10.15.0.tgz 2025-09-24 58.7 kB
sentry-solid-10.15.0.tgz 2025-09-24 9.3 kB
sentry-solidstart-10.15.0.tgz 2025-09-24 50.1 kB
sentry-svelte-10.15.0.tgz 2025-09-24 15.9 kB
sentry-sveltekit-10.15.0.tgz 2025-09-24 94.0 kB
sentry-tanstackstart-10.15.0.tgz 2025-09-24 3.2 kB
sentry-tanstackstart-react-10.15.0.tgz 2025-09-24 7.7 kB
sentry-types-10.15.0.tgz 2025-09-24 8.1 kB
sentry-vercel-edge-10.15.0.tgz 2025-09-24 309.1 kB
sentry-vue-10.15.0.tgz 2025-09-24 31.3 kB
sentry-wasm-10.15.0.tgz 2025-09-24 7.9 kB
10.15.0 source code.tar.gz 2025-09-24 4.8 MB
10.15.0 source code.zip 2025-09-24 8.6 MB
README.md 2025-09-24 4.9 kB
Totals: 44 Items   19.5 MB 0

Important Changes

  • feat(cloudflare): Add honoIntegration with error-filtering function (#17743)

This release adds a honoIntegration to @sentry/cloudflare, which exposes a shouldHandleError function that lets you define which errors in onError should be captured. By default, Sentry captures exceptions with error.status >= 500 || error.status <= 299.

The integration is added by default, and it's possible to modify this behavior like this:

js integrations: [ honoIntegration({ shouldHandleError: (err) => true; // always capture exceptions in onError }) ]

  • feat(node): Add instrumentation for hono handler (#17428)

This PR enhances the Hono integration by adding comprehensive handler instrumentation, error handling capabilities.

  • feat(aws): Enable Lambda extension by default when using the Lamba layer (#17684)

  • feat(browser): Add setActiveSpanInBrowser to set an active span in the browser (#17714)

This PR adds a feature to the browser SDKs only: Making an inactive span active. We do this to enable use cases where having a span only being active in the callback is not practical.

Other Changes

  • fix(browser): Improve handling of 0 and undefined resource timing values (#17751)
  • ref(nextjs): Display build compatibility warning for webpack (#17746)
Internal Changes - docs: Reword changelog for google gen ai instrumentation ([#17753](https://github.com/getsentry/sentry-javascript/pull/17753)) - build: Add `@typescript-eslint/no-unnecessary-type-assertion` rule ([#17728](https://github.com/getsentry/sentry-javascript/pull/17728)) - build: Update TS target to `es2020` everywhere ([#17709](https://github.com/getsentry/sentry-javascript/pull/17709)) - chore: Add external contributor to CHANGELOG.md ([#17745](https://github.com/getsentry/sentry-javascript/pull/17745))

Work in this release was contributed by @Karibash. Thank you for your contribution!

Bundle size 📦

Path Size
@sentry/browser 23.69 KB
@sentry/browser - with treeshaking flags 22.24 KB
@sentry/browser (incl. Tracing) 39.49 KB
@sentry/browser (incl. Tracing, Replay) 76.96 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.87 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 81.52 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 93.44 KB
@sentry/browser (incl. Feedback) 40.01 KB
@sentry/browser (incl. sendFeedback) 28.24 KB
@sentry/browser (incl. FeedbackAsync) 33.05 KB
@sentry/react 25.37 KB
@sentry/react (incl. Tracing) 41.42 KB
@sentry/vue 28.11 KB
@sentry/vue (incl. Tracing) 41.25 KB
@sentry/svelte 23.72 KB
CDN Bundle 25.17 KB
CDN Bundle (incl. Tracing) 39.39 KB
CDN Bundle (incl. Tracing, Replay) 74.76 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 80.13 KB
CDN Bundle - uncompressed 73.6 KB
CDN Bundle (incl. Tracing) - uncompressed 116.59 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 229.02 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 241.48 KB
@sentry/nextjs (client) 43.38 KB
@sentry/sveltekit (client) 39.9 KB
@sentry/node-core 48.85 KB
@sentry/node 149.25 KB
@sentry/node - without tracing 89.79 KB
@sentry/aws-serverless 102.92 KB
Source: README.md, updated 2025-09-24