Download Latest Version 9.42.0 source code.tar.gz (4.7 MB)
Email in envelope

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

Home / 9.41.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-internal-replay-9.41.0.tgz 2025-07-24 558.1 kB
sentry-internal-replay-canvas-9.41.0.tgz 2025-07-24 168.2 kB
sentry-react-router-9.41.0.tgz 2025-07-24 46.8 kB
sentry-solid-9.41.0.tgz 2025-07-24 9.1 kB
sentry-svelte-9.41.0.tgz 2025-07-24 15.9 kB
sentry-vue-9.41.0.tgz 2025-07-24 31.3 kB
sentry-angular-9.41.0.tgz 2025-07-24 60.5 kB
sentry-astro-9.41.0.tgz 2025-07-24 42.4 kB
sentry-aws-serverless-9.41.0.tgz 2025-07-24 26.0 kB
sentry-browser-9.41.0.tgz 2025-07-24 207.6 kB
sentry-bun-9.41.0.tgz 2025-07-24 19.3 kB
sentry-cloudflare-9.41.0.tgz 2025-07-24 66.8 kB
sentry-core-9.41.0.tgz 2025-07-24 640.2 kB
sentry-deno-9.41.0.tgz 2025-07-24 25.7 kB
sentry-ember-9.41.0.tgz 2025-07-24 11.4 kB
sentry-gatsby-9.41.0.tgz 2025-07-24 5.8 kB
sentry-google-cloud-serverless-9.41.0.tgz 2025-07-24 23.2 kB
sentry-internal-browser-utils-9.41.0.tgz 2025-07-24 145.9 kB
sentry-internal-eslint-config-sdk-9.41.0.tgz 2025-07-24 5.3 kB
sentry-internal-eslint-plugin-sdk-9.41.0.tgz 2025-07-24 2.9 kB
sentry-internal-feedback-9.41.0.tgz 2025-07-24 138.8 kB
sentry-internal-typescript-9.41.0.tgz 2025-07-24 1.9 kB
sentry-nestjs-9.41.0.tgz 2025-07-24 36.1 kB
sentry-nextjs-9.41.0.tgz 2025-07-24 246.8 kB
sentry-node-9.41.0.tgz 2025-07-24 212.3 kB
sentry-node-core-9.41.0.tgz 2025-07-24 286.1 kB
sentry-node-native-9.41.0.tgz 2025-07-24 17.7 kB
sentry-node-serverless-9.41.0.zip 2025-07-24 215.0 kB
sentry-nuxt-9.41.0.tgz 2025-07-24 65.1 kB
sentry-opentelemetry-9.41.0.tgz 2025-07-24 127.7 kB
sentry-pino-transport-9.41.0.tgz 2025-07-24 9.9 kB
sentry-profiling-node-9.41.0.tgz 2025-07-24 56.7 kB
sentry-react-9.41.0.tgz 2025-07-24 70.9 kB
sentry-remix-9.41.0.tgz 2025-07-24 59.4 kB
sentry-solidstart-9.41.0.tgz 2025-07-24 51.3 kB
sentry-sveltekit-9.41.0.tgz 2025-07-24 84.7 kB
sentry-tanstackstart-9.41.0.tgz 2025-07-24 3.2 kB
sentry-tanstackstart-react-9.41.0.tgz 2025-07-24 7.7 kB
sentry-types-9.41.0.tgz 2025-07-24 8.1 kB
sentry-vercel-edge-9.41.0.tgz 2025-07-24 187.1 kB
sentry-wasm-9.41.0.tgz 2025-07-24 7.9 kB
9.41.0 source code.tar.gz 2025-07-24 4.7 MB
9.41.0 source code.zip 2025-07-24 8.3 MB
README.md 2025-07-24 4.5 kB
Totals: 44 Items   17.0 MB 5

Important Changes

  • feat(v9/core): Deprecate experimental enableLogs and beforeSendLog option (#17092)

Sentry now has support for structured logging. Previously to enable structured logging, you had to use the _experiments.enableLogs and _experiments.beforeSendLog options. These options have been deprecated in favor of the top-level enableLogs and beforeSendLog options.

:::js
// before
Sentry.init({
  _experiments: {
    enableLogs: true,
    beforeSendLog: log => {
      return log;
    },
  },
});

// after
Sentry.init({
  enableLogs: true,
  beforeSendLog: log => {
    return log;
  },
});
  • feat(astro): Implement parameterized routes
  • feat(v9/astro): Parametrize dynamic server routes (#17141)
  • feat(v9/astro): Parametrize routes on client-side (#17143)

Server-side and client-side parameterized routes are now supported in the Astro SDK. No configuration changes are required.

Other Changes

  • feat(v9/node): Add shouldHandleError option to fastifyIntegration (#17123)
  • fix(v9/cloudflare) Allow non UUID workflow instance IDs (#17135)
  • fix(v9/node): Ensure tool errors for vercelAiIntegration have correct trace (#17142)
  • fix(v9/remix): Ensure source maps upload fails silently if Sentry CLI fails (#17095)
  • fix(v9/svelte): Do not insert preprocess code in script module in Svelte 5 (#17124)

Work in this release was contributed by @richardjelinek-fastest. Thank you for your contribution!

Bundle size 📦

Path Size
@sentry/browser 23.24 KB
@sentry/browser - with treeshaking flags 21.83 KB
@sentry/browser (incl. Tracing) 38.73 KB
@sentry/browser (incl. Tracing, Replay) 75.97 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.01 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 80.56 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 92.37 KB
@sentry/browser (incl. Feedback) 39.53 KB
@sentry/browser (incl. sendFeedback) 27.81 KB
@sentry/browser (incl. FeedbackAsync) 32.58 KB
@sentry/react 24.95 KB
@sentry/react (incl. Tracing) 40.64 KB
@sentry/vue 27.58 KB
@sentry/vue (incl. Tracing) 40.48 KB
@sentry/svelte 23.25 KB
CDN Bundle 24.59 KB
CDN Bundle (incl. Tracing) 38.49 KB
CDN Bundle (incl. Tracing, Replay) 73.65 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.99 KB
CDN Bundle - uncompressed 71.73 KB
CDN Bundle (incl. Tracing) - uncompressed 114.12 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.59 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.1 KB
@sentry/nextjs (client) 42.64 KB
@sentry/sveltekit (client) 39.14 KB
@sentry/node 165.16 KB
@sentry/node - without tracing 97.96 KB
@sentry/aws-serverless 125.45 KB
Source: README.md, updated 2025-07-24