Important Changes
-
feat(nuxt): Implement server middleware instrumentation (#17796)
This release introduces instrumentation for Nuxt middleware, ensuring that all middleware handlers are automatically wrapped with tracing and error reporting functionality.
-
fix(aws-serverless): Take
http_proxy
into account when choosing
useLayerExtension
default (#17817)The default setting for
useLayerExtension
now considers thehttp_proxy
environment variable.
Whenhttp_proxy
is set,useLayerExtension
will be off by default.
If you use ahttp_proxy
but would still like to make use of the Sentry Lambda extension, exemptlocalhost
in ano_proxy
environment variable.
Other Changes
- feat(node): Split up http integration into composable parts (#17524)
- fix(core): Remove check and always respect ai.telemetry.functionId for Vercel AI gen spans (#17811)
- doc(core): Fix outdated JSDoc in
beforeSendSpan
(#17815)
Internal Changes
Bundle size 📦
Path | Size |
---|---|
@sentry/browser | 23.67 KB |
@sentry/browser - with treeshaking flags | 22.21 KB |
@sentry/browser (incl. Tracing) | 39.48 KB |
@sentry/browser (incl. Tracing, Replay) | 76.96 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 66.85 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 81.52 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 93.43 KB |
@sentry/browser (incl. Feedback) | 39.99 KB |
@sentry/browser (incl. sendFeedback) | 28.21 KB |
@sentry/browser (incl. FeedbackAsync) | 33.03 KB |
@sentry/react | 25.35 KB |
@sentry/react (incl. Tracing) | 41.4 KB |
@sentry/vue | 28.07 KB |
@sentry/vue (incl. Tracing) | 41.24 KB |
@sentry/svelte | 23.69 KB |
CDN Bundle | 25.15 KB |
CDN Bundle (incl. Tracing) | 39.37 KB |
CDN Bundle (incl. Tracing, Replay) | 74.76 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 80.14 KB |
CDN Bundle - uncompressed | 73.53 KB |
CDN Bundle (incl. Tracing) - uncompressed | 116.51 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 228.97 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 241.43 KB |
@sentry/nextjs (client) | 43.36 KB |
@sentry/sveltekit (client) | 39.88 KB |
@sentry/node-core | 49.15 KB |
@sentry/node | 149.82 KB |
@sentry/node - without tracing | 90.02 KB |
@sentry/aws-serverless | 103.41 KB |