Download Latest Version 9.38.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.36.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-angular-9.36.0.tgz 2025-07-09 60.5 kB
sentry-astro-9.36.0.tgz 2025-07-09 36.6 kB
sentry-aws-serverless-9.36.0.tgz 2025-07-09 26.0 kB
sentry-browser-9.36.0.tgz 2025-07-09 200.6 kB
sentry-bun-9.36.0.tgz 2025-07-09 19.5 kB
sentry-cloudflare-9.36.0.tgz 2025-07-09 65.1 kB
sentry-core-9.36.0.tgz 2025-07-09 609.8 kB
sentry-deno-9.36.0.tgz 2025-07-09 25.8 kB
sentry-ember-9.36.0.tgz 2025-07-09 11.4 kB
sentry-gatsby-9.36.0.tgz 2025-07-09 5.8 kB
sentry-google-cloud-serverless-9.36.0.tgz 2025-07-09 23.2 kB
sentry-internal-browser-utils-9.36.0.tgz 2025-07-09 145.6 kB
sentry-internal-eslint-config-sdk-9.36.0.tgz 2025-07-09 5.3 kB
sentry-internal-eslint-plugin-sdk-9.36.0.tgz 2025-07-09 2.9 kB
sentry-internal-feedback-9.36.0.tgz 2025-07-09 139.0 kB
sentry-internal-replay-9.36.0.tgz 2025-07-09 558.8 kB
sentry-internal-replay-canvas-9.36.0.tgz 2025-07-09 168.2 kB
sentry-internal-typescript-9.36.0.tgz 2025-07-09 1.9 kB
sentry-nestjs-9.36.0.tgz 2025-07-09 36.1 kB
sentry-nextjs-9.36.0.tgz 2025-07-09 226.7 kB
sentry-node-9.36.0.tgz 2025-07-09 202.9 kB
sentry-node-core-9.36.0.tgz 2025-07-09 287.4 kB
sentry-node-native-9.36.0.tgz 2025-07-09 15.8 kB
sentry-node-serverless-9.36.0.zip 2025-07-09 214.2 kB
sentry-nuxt-9.36.0.tgz 2025-07-09 60.3 kB
sentry-opentelemetry-9.36.0.tgz 2025-07-09 127.5 kB
sentry-pino-transport-9.36.0.tgz 2025-07-09 9.9 kB
sentry-profiling-node-9.36.0.tgz 2025-07-09 56.8 kB
sentry-react-9.36.0.tgz 2025-07-09 71.0 kB
sentry-react-router-9.36.0.tgz 2025-07-09 46.8 kB
sentry-remix-9.36.0.tgz 2025-07-09 59.4 kB
sentry-solid-9.36.0.tgz 2025-07-09 9.1 kB
sentry-solidstart-9.36.0.tgz 2025-07-09 51.3 kB
sentry-svelte-9.36.0.tgz 2025-07-09 14.6 kB
sentry-sveltekit-9.36.0.tgz 2025-07-09 84.2 kB
sentry-tanstackstart-9.36.0.tgz 2025-07-09 3.2 kB
sentry-tanstackstart-react-9.36.0.tgz 2025-07-09 7.7 kB
sentry-types-9.36.0.tgz 2025-07-09 8.1 kB
sentry-vercel-edge-9.36.0.tgz 2025-07-09 452.1 kB
sentry-vue-9.36.0.tgz 2025-07-09 31.3 kB
sentry-wasm-9.36.0.tgz 2025-07-09 7.9 kB
9.36.0 source code.tar.gz 2025-07-09 4.6 MB
9.36.0 source code.zip 2025-07-09 8.1 MB
README.md 2025-07-09 5.1 kB
Totals: 44 Items   16.9 MB 0

Important Changes

  • feat(node-core): Add node-core SDK (#16745)

This release adds a new SDK @sentry/node-core which ships without any OpenTelemetry instrumententation out of the box. All OpenTelemetry dependencies are peer dependencies and OpenTelemetry has to be set up manually.

Use @sentry/node-core when:

  • You already have OpenTelemetry set up
  • You need custom OpenTelemetry configuration
  • You want minimal dependencies
  • You need fine-grained control over instrumentation

Use @sentry/node when:

  • You want an automatic setup
  • You're new to OpenTelemetry
  • You want sensible defaults
  • You prefer convenience over control

  • feat(node): Deprecate ANR integration (#16832)

The ANR integration has been deprecated and will be removed in future versions. Use eventLoopBlockIntegration from @sentry/node-native instead.

  • feat(replay): Add _experiments.ignoreMutations option (#16816)

This replay option allows to configure a selector list of elements to not capture mutations for.

:::js
Sentry.replayIntegration({
  _experiments: {
    ignoreMutations: ['.dragging'],
  },
});

Other changes

  • feat(deps): bump @prisma/instrumentation from 6.10.1 to 6.11.1 (#16833)
  • feat(nextjs): Add flag for suppressing router transition warning (#16823)
  • feat(nextjs): Automatically skip middleware requests for tunnel route (#16812)
  • feat(replay): Export compression worker from @sentry/replay-internal (#16794)
  • fix(browser): Avoid 4xx response for succesful diagnoseSdkConnectivity request (#16840)
  • fix(browser): Guard against undefined nextHopProtocol (#16806)
  • fix(cloudflare): calculate retries not attempts (#16834)
  • fix(nuxt): Parametrize routes on the server-side (#16785)
  • fix(vue): Make pageload span handling more reliable (#16799)

Work in this release was contributed by @Spice-King and @stayallive. Thank you for your contributions!

Bundle size 📦

Path Size
@sentry/browser 23.42 KB
@sentry/browser - with treeshaking flags 23.2 KB
@sentry/browser (incl. Tracing) 38.69 KB
@sentry/browser (incl. Tracing, Replay) 75.99 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.24 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 80.61 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 92.48 KB
@sentry/browser (incl. Feedback) 39.79 KB
@sentry/browser (incl. sendFeedback) 28.02 KB
@sentry/browser (incl. FeedbackAsync) 32.8 KB
@sentry/react 25.16 KB
@sentry/react (incl. Tracing) 40.63 KB
@sentry/vue 27.71 KB
@sentry/vue (incl. Tracing) 40.44 KB
@sentry/svelte 23.45 KB
CDN Bundle 24.9 KB
CDN Bundle (incl. Tracing) 38.7 KB
CDN Bundle (incl. Tracing, Replay) 73.84 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 79.17 KB
CDN Bundle - uncompressed 72.75 KB
CDN Bundle (incl. Tracing) - uncompressed 115.01 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 226.63 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.15 KB
@sentry/nextjs (client) 42.24 KB
@sentry/sveltekit (client) 39.14 KB
@sentry/node 158.05 KB
@sentry/node - without tracing 96.48 KB
@sentry/aws-serverless 121.7 KB
Source: README.md, updated 2025-07-09