Important Changes
-
feat(v10/nextjs): Add
@sentry/nextjs/configentry point (#23766)withSentryConfigis now available from@sentry/nextjs/config, the path it moves to in v11. Importing it from@sentry/nextjsstill works on v10 but logs a warning once, so you can change yournext.configfile today and upgrade to v11 without touching it again.// next.config.mjs - import { withSentryConfig } from '@sentry/nextjs'; + import { withSentryConfig } from '@sentry/nextjs/config';
Other Changes
- feat(v10/node): Deprecate
shouldHandleErroronsetupExpressErrorHandlerandsetupFasitfyErrorHandler(#23734) - fix(v10/cloudflare): Instrument Durable Object handlers installed as read-only properties (#23769)
Internal Changes
- test(v10/nextjs): Drop nextjs-16-cf-workers canary variant (#23775)
Bundle size 📦
| Path | Size |
|---|---|
| @sentry/browser | 27.1 KB |
| @sentry/browser - with treeshaking flags | 25.58 KB |
| @sentry/browser (incl. Tracing) | 45.54 KB |
| @sentry/browser (incl. Tracing + Span Streaming) | 47.28 KB |
| @sentry/browser (incl. Tracing, Profiling) | 50.17 KB |
| @sentry/browser (incl. Tracing, Replay) | 83.87 KB |
| @sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 73.74 KB |
| @sentry/browser (incl. Tracing, Replay with Canvas) | 88.49 KB |
| @sentry/browser (incl. Tracing, Replay, Feedback) | 100.83 KB |
| @sentry/browser (incl. Feedback) | 43.87 KB |
| @sentry/browser (incl. sendFeedback) | 31.78 KB |
| @sentry/browser (incl. FeedbackAsync) | 36.79 KB |
| @sentry/browser (incl. Metrics) | 28.16 KB |
| @sentry/browser (incl. Logs) | 28.38 KB |
| @sentry/browser (incl. Metrics & Logs) | 29.06 KB |
| @sentry/react | 28.86 KB |
| @sentry/react (incl. Tracing) | 47.74 KB |
| @sentry/vue | 32.4 KB |
| @sentry/vue (incl. Tracing) | 47.46 KB |
| @sentry/svelte | 27.12 KB |
| CDN Bundle | 29.43 KB |
| CDN Bundle (incl. Tracing) | 47.45 KB |
| CDN Bundle (incl. Logs, Metrics) | 30.98 KB |
| CDN Bundle (incl. Tracing, Logs, Metrics) | 48.72 KB |
| CDN Bundle (incl. Replay, Logs, Metrics) | 69.34 KB |
| CDN Bundle (incl. Tracing, Replay) | 84.09 KB |
| CDN Bundle (incl. Tracing, Replay, Logs, Metrics) | 85.37 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback) | 89.76 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) | 91 KB |
| CDN Bundle - uncompressed | 87.76 KB |
| CDN Bundle (incl. Tracing) - uncompressed | 143.4 KB |
| CDN Bundle (incl. Logs, Metrics) - uncompressed | 92.36 KB |
| CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed | 147.29 KB |
| CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed | 214.26 KB |
| CDN Bundle (incl. Tracing, Replay) - uncompressed | 259.91 KB |
| CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed | 263.78 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 273.29 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed | 277.15 KB |
| @sentry/nextjs (client) | 50.22 KB |
| @sentry/sveltekit (client) | 45.94 KB |
| @sentry/core/server | 78.67 KB |
| @sentry/core/browser | 65.18 KB |
| @sentry/node-core | 61.78 KB |
| @sentry/node | 122.81 KB |
| @sentry/node (incl. diagnostics channel injection) | 165.86 KB |
| @sentry/node/import (ESM hook with diagnostics-channel injection) | 166 B |
| @sentry/node/light | 50.21 KB |
| @sentry/node - without tracing | 73.19 KB |
| @sentry/aws-serverless | 82.24 KB |
| @sentry/cloudflare (withSentry) - minified | 197.84 KB |
| @sentry/cloudflare (withSentry) | 486.96 KB |