9.25.0
Important Changes
- feat(browser): Add option to ignore
mark
andmeasure
spans (#16443)
This release adds an option to browserTracingIntegration
that lets you ignore
mark
and measure
spans created from the performance.mark(...)
and performance.measure(...)
browser APIs:
Sentry.init({
integrations: [
Sentry.browserTracingIntegration({
ignorePerformanceApiSpans: ['measure-to-ignore', /mark-to-ignore/],
}),
],
});
Other Changes
- feat(browser): Export getTraceData from the browser sdks (#16433)
- feat(node): Add
includeServerName
option (#16442) - fix(nuxt): Remove setting
@sentry/nuxt
external (#16444)
Bundle size 📦
Path | Size |
---|---|
@sentry/browser | 23.43 KB |
@sentry/browser - with treeshaking flags | 23.2 KB |
@sentry/browser (incl. Tracing) | 37.44 KB |
@sentry/browser (incl. Tracing, Replay) | 74.69 KB |
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags | 67.96 KB |
@sentry/browser (incl. Tracing, Replay with Canvas) | 79.33 KB |
@sentry/browser (incl. Tracing, Replay, Feedback) | 91.13 KB |
@sentry/browser (incl. Feedback) | 39.77 KB |
@sentry/browser (incl. sendFeedback) | 28.03 KB |
@sentry/browser (incl. FeedbackAsync) | 32.8 KB |
@sentry/react | 25.15 KB |
@sentry/react (incl. Tracing) | 39.39 KB |
@sentry/vue | 27.67 KB |
@sentry/vue (incl. Tracing) | 39.24 KB |
@sentry/svelte | 23.45 KB |
CDN Bundle | 24.88 KB |
CDN Bundle (incl. Tracing) | 37.62 KB |
CDN Bundle (incl. Tracing, Replay) | 72.64 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) | 77.93 KB |
CDN Bundle - uncompressed | 72.67 KB |
CDN Bundle (incl. Tracing) - uncompressed | 111.4 KB |
CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.7 KB |
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 235.22 KB |
@sentry/nextjs (client) | 41.02 KB |
@sentry/sveltekit (client) | 37.93 KB |
@sentry/node | 146.37 KB |
@sentry/node - without tracing | 95.83 KB |
@sentry/aws-serverless | 120.98 KB |