Sourced from @​sentry/core's
releases.
9.27.0
- feat(node): Expand how vercel ai input/outputs can be set (#16455)
- feat(node): Switch to new semantic conventions for Vercel AI (#16476)
- feat(react-router): Add component annotation plugin (#16472)
- feat(react-router): Export wrappers for server loaders and actions (#16481)
- fix(browser): Ignore unrealistically long INP values (#16484)
- fix(react-router): Conditionally add
ReactRouterServerintegration (#16470)Bundle size đŸ“¦
Path Size @​sentry/browser23.43 KB @​sentry/browser- with treeshaking flags23.2 KB @​sentry/browser(incl. Tracing)37.46 KB @​sentry/browser(incl. Tracing, Replay)74.68 KB @​sentry/browser(incl. Tracing, Replay) - with treeshaking flags67.94 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/react25.15 KB @​sentry/react(incl. Tracing)39.41 KB @​sentry/vue27.69 KB @​sentry/vue(incl. Tracing)39.27 KB @​sentry/svelte23.45 KB CDN Bundle 24.88 KB CDN Bundle (incl. Tracing) 37.63 KB CDN Bundle (incl. Tracing, Replay) 72.66 KB CDN Bundle (incl. Tracing, Replay, Feedback) 77.99 KB CDN Bundle - uncompressed 72.67 KB CDN Bundle (incl. Tracing) - uncompressed 111.42 KB CDN Bundle (incl. Tracing, Replay) - uncompressed 222.72 KB CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.25 KB @​sentry/nextjs(client)41.03 KB @​sentry/sveltekit(client)37.93 KB @​sentry/node146.75 KB @​sentry/node- without tracing96.03 KB @​sentry/aws-serverless121.19 KB 9.26.0
- feat(react-router): Re-export functions from
@sentry/react(#16465)- fix(nextjs): Skip re instrumentating on generate phase of experimental build mode (#16410)
- fix(node): Ensure adding sentry-trace and baggage headers via SentryHttpInstrumentation doesn't crash (#16473)
Bundle size đŸ“¦
Path Size
... (truncated)
Sourced from @​sentry/core's
changelog.
9.27.0
- feat(node): Expand how vercel ai input/outputs can be set (#16455)
- feat(node): Switch to new semantic conventions for Vercel AI (#16476)
- feat(react-router): Add component annotation plugin (#16472)
- feat(react-router): Export wrappers for server loaders and actions (#16481)
- fix(browser): Ignore unrealistically long INP values (#16484)
- fix(react-router): Conditionally add
ReactRouterServerintegration (#16470)9.26.0
- feat(react-router): Re-export functions from
@sentry/react(#16465)- fix(nextjs): Skip re instrumentating on generate phase of experimental build mode (#16410)
- fix(node): Ensure adding sentry-trace and baggage headers via SentryHttpInstrumentation doesn't crash (#16473)
9.25.1
- fix(otel): Don't ignore child spans after the root is sent (#16416)
9.25.0
Important Changes
- feat(browser): Add option to ignore
markandmeasurespans (#16443)This release adds an option to
browserTracingIntegrationthat lets you ignoremarkandmeasurespans created from theperformance.mark(...)andperformance.measure(...)browser APIs:Sentry.init({ integrations: [ Sentry.browserTracingIntegration({ ignorePerformanceApiSpans: ['measure-to-ignore', /mark-to-ignore/], }), ], });Other Changes
650abf3
release: 9.27.05a672c9
Merge pull request #16489
from getsentry/prepare-release/9.27.09d1c05e
meta(changelog): Update changelog for 9.27.06d61be0
fix(browser): Ignore unrealistically long INP values (#16484)0a7b915
ref(vue): Clarify Vue tracing (#16487)b1fd4a1
test(vue): Add tests for Vue tracing mixins (#16486)497b76e
feat(react-router): Add component annotation plugin (#16472)cfa8d41
feat(react-router): Export wrappers for server loaders and actions (#16481)bfe5e88
feat(node): Expand how vercel ai input/outputs can be set (#16455)45088a2
feat(node): Switch to new semantic conventions for Vercel AI (#16476)