Download Latest Version sentry-angular-10.22.0.tgz (60.5 kB)
Email in envelope

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

Home / 10.22.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-angular-10.22.0.tgz 2025-10-24 60.5 kB
sentry-astro-10.22.0.tgz 2025-10-24 45.2 kB
sentry-aws-serverless-10.22.0.tgz 2025-10-24 53.1 kB
sentry-browser-10.22.0.tgz 2025-10-24 238.6 kB
sentry-bun-10.22.0.tgz 2025-10-24 20.1 kB
sentry-cloudflare-10.22.0.tgz 2025-10-24 70.9 kB
sentry-core-10.22.0.tgz 2025-10-24 895.0 kB
sentry-deno-10.22.0.tgz 2025-10-24 29.7 kB
sentry-ember-10.22.0.tgz 2025-10-24 11.4 kB
sentry-gatsby-10.22.0.tgz 2025-10-24 5.8 kB
sentry-google-cloud-serverless-10.22.0.tgz 2025-10-24 23.6 kB
sentry-internal-browser-utils-10.22.0.tgz 2025-10-24 147.6 kB
sentry-internal-eslint-config-sdk-10.22.0.tgz 2025-10-24 5.3 kB
sentry-internal-eslint-plugin-sdk-10.22.0.tgz 2025-10-24 2.9 kB
sentry-internal-feedback-10.22.0.tgz 2025-10-24 138.9 kB
sentry-internal-replay-10.22.0.tgz 2025-10-24 560.4 kB
sentry-internal-replay-canvas-10.22.0.tgz 2025-10-24 169.3 kB
sentry-internal-typescript-10.22.0.tgz 2025-10-24 1.9 kB
sentry-nestjs-10.22.0.tgz 2025-10-24 30.5 kB
sentry-nextjs-10.22.0.tgz 2025-10-24 272.3 kB
sentry-node-10.22.0.tgz 2025-10-24 248.3 kB
sentry-node-core-10.22.0.tgz 2025-10-24 308.9 kB
sentry-node-native-10.22.0.tgz 2025-10-24 17.7 kB
sentry-node-serverless-10.22.0.zip 2025-10-24 3.3 MB
sentry-nuxt-10.22.0.tgz 2025-10-24 83.1 kB
sentry-opentelemetry-10.22.0.tgz 2025-10-24 128.0 kB
sentry-profiling-node-10.22.0.tgz 2025-10-24 56.7 kB
sentry-react-10.22.0.tgz 2025-10-24 89.1 kB
sentry-react-router-10.22.0.tgz 2025-10-24 50.7 kB
sentry-remix-10.22.0.tgz 2025-10-24 58.7 kB
sentry-solid-10.22.0.tgz 2025-10-24 13.9 kB
sentry-solidstart-10.22.0.tgz 2025-10-24 50.2 kB
sentry-svelte-10.22.0.tgz 2025-10-24 15.9 kB
sentry-sveltekit-10.22.0.tgz 2025-10-24 93.9 kB
sentry-tanstackstart-10.22.0.tgz 2025-10-24 3.2 kB
sentry-tanstackstart-react-10.22.0.tgz 2025-10-24 7.7 kB
sentry-types-10.22.0.tgz 2025-10-24 8.1 kB
sentry-vercel-edge-10.22.0.tgz 2025-10-24 309.1 kB
sentry-vue-10.22.0.tgz 2025-10-24 31.3 kB
sentry-wasm-10.22.0.tgz 2025-10-24 7.9 kB
10.22.0 source code.tar.gz 2025-10-23 5.0 MB
10.22.0 source code.zip 2025-10-23 9.0 MB
README.md 2025-10-23 5.5 kB
Totals: 43 Items   21.6 MB 9

Important Changes

  • feat(node): Instrument cloud functions for firebase v2 (#17952)

We added instrumentation for Cloud Functions for Firebase v2, enabling automatic performance tracking and error monitoring. This will be added automatically if you have enabled tracing.

  • feat(core): Instrument LangChain AI (#17955)

Instrumentation was added for LangChain AI operations. You can configure what is recorded like this:

ts Sentry.init({ integrations: [ Sentry.langChainIntegration({ recordInputs: true, // Record prompts/messages recordOutputs: true, // Record responses }), ], });

Other Changes

  • feat(cloudflare,vercel-edge): Add support for LangChain instrumentation (#17986)
  • feat: Align sentry origin with documentation (#17998)
  • feat(core): Truncate request messages in AI integrations (#17921)
  • feat(nextjs): Support node runtime on proxy files (#17995)
  • feat(node): Pass requestHook and responseHook option to OTel (#17996)
  • fix(core): Fix wrong async types when instrumenting anthropic's stream api (#18007)
  • fix(nextjs): Remove usage of chalk to avoid runtime errors (#18010)
  • fix(node): Pino capture serialized err (#17999)
  • fix(node): Pino child loggers (#17934)
  • fix(react): Don't trim index route / when getting pathname (#17985)
  • fix(react): Patch spanEnd for potentially cancelled lazy-route transactions (#17962)
Internal Changes - chore: Add required size_check for GH Actions ([#18009](https://github.com/getsentry/sentry-javascript/pull/18009)) - chore: Upgrade madge to v8 ([#17957](https://github.com/getsentry/sentry-javascript/pull/17957)) - test(hono): Fix hono e2e tests ([#18000](https://github.com/getsentry/sentry-javascript/pull/18000)) - test(react-router): Fix `getMetaTagTransformer` tests for Vitest compatibility ([#18013](https://github.com/getsentry/sentry-javascript/pull/18013)) - test(react): Add parameterized route tests for `createHashRouter` ([#17789](https://github.com/getsentry/sentry-javascript/pull/17789))

Bundle size 📦

Path Size
@sentry/browser 24.05 KB
@sentry/browser - with treeshaking flags 22.57 KB
@sentry/browser (incl. Tracing) 40.01 KB
@sentry/browser (incl. Tracing, Profiling) 44.2 KB
@sentry/browser (incl. Tracing, Replay) 77.43 KB
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.36 KB
@sentry/browser (incl. Tracing, Replay with Canvas) 82.02 KB
@sentry/browser (incl. Tracing, Replay, Feedback) 93.9 KB
@sentry/browser (incl. Feedback) 40.33 KB
@sentry/browser (incl. sendFeedback) 28.61 KB
@sentry/browser (incl. FeedbackAsync) 33.42 KB
@sentry/react 25.69 KB
@sentry/react (incl. Tracing) 41.96 KB
@sentry/vue 28.43 KB
@sentry/vue (incl. Tracing) 41.75 KB
@sentry/svelte 24.06 KB
CDN Bundle 26.27 KB
CDN Bundle (incl. Tracing) 40.65 KB
CDN Bundle (incl. Tracing, Replay) 76.05 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 81.39 KB
CDN Bundle - uncompressed 77.01 KB
CDN Bundle (incl. Tracing) - uncompressed 120.55 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 232.89 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 245.35 KB
@sentry/nextjs (client) 44.05 KB
@sentry/sveltekit (client) 40.43 KB
@sentry/node-core 49.56 KB
@sentry/node 154.11 KB
@sentry/node - without tracing 90.46 KB
@sentry/aws-serverless 103.86 KB
Source: README.md, updated 2025-10-23