Sourced from @sentry/react's releases.
10.60.0
Other Changes
- feat(cloudflare): Add R2 bucket auto-instrumentation (#21327)
- feat(core): Add
bindScopeToEmitterto bind a scope to an event emitter (#21594)- feat(deps): Bump
@hapi/wreckfrom 18.1.0 to 18.1.2 (#21178)- fix(browser): Ensure
url.fullandhttp.urlattributes have the same values onhttp.clientspans (#21660)- fix(server-utils): Avoid directly importing
tracingChannelfor Node v18 compatibility (#21662)- fix(server-utils): Remove optional
vitepeer dependency (#21677)
- chore: Add bundler-plugins to craft (#21701)
- chore: Cleanup unused imports of
@opentelemetry/core(#21679)- fix(bundler-plugins): Integration with monorepo build (#21479)
- ref(core): Gate updateName() custom source on an OTel inference brand (#21649)
- ref(core/opentelemetry): Move OTel span data inference from
captureSpantoSentrySpanProcessor(#21648)- ref(node): Remove unused sql-common helper and
@opentelemetry/coredep (#21688)- ref(node): Streamline kafkajs instrumentation (#21647)
- ref(node): Streamline undici (node-fetch) instrumentation (#21650)
- ref(vercel-edge): Drop unused
@opentelemetry/semantic-conventionsdependency (#21691)- ref(vercel-edge): Remove
@opentelemetry/resourcesdependency (#21690)Bundle size 📦
Path Size @sentry/browser26.83 KB @sentry/browser- with treeshaking flags25.3 KB @sentry/browser(incl. Tracing)44.89 KB @sentry/browser(incl. Tracing + Span Streaming)46.6 KB @sentry/browser(incl. Tracing, Profiling)49.56 KB @sentry/browser(incl. Tracing, Replay)83.18 KB @sentry/browser(incl. Tracing, Replay) - with treeshaking flags73.02 KB @sentry/browser(incl. Tracing, Replay with Canvas)87.76 KB @sentry/browser(incl. Tracing, Replay, Feedback)100.12 KB @sentry/browser(incl. Feedback)43.61 KB @sentry/browser(incl. sendFeedback)31.5 KB @sentry/browser(incl. FeedbackAsync)36.52 KB @sentry/browser(incl. Metrics)27.87 KB @sentry/browser(incl. Logs)28.11 KB @sentry/browser(incl. Metrics & Logs)28.78 KB @sentry/react28.59 KB @sentry/react(incl. Tracing)47.14 KB @sentry/vue31.86 KB @sentry/vue(incl. Tracing)46.71 KB @sentry/svelte26.85 KB
... (truncated)
Sourced from @sentry/react's changelog.
10.60.0
Other Changes
- feat(cloudflare): Add R2 bucket auto-instrumentation (#21327)
- feat(core): Add
bindScopeToEmitterto bind a scope to an event emitter (#21594)- feat(deps): Bump
@hapi/wreckfrom 18.1.0 to 18.1.2 (#21178)- fix(browser): Ensure
url.fullandhttp.urlattributes have the same values onhttp.clientspans (#21660)- fix(server-utils): Avoid directly importing
tracingChannelfor Node v18 compatibility (#21662)- fix(server-utils): Remove optional
vitepeer dependency (#21677)
- chore: Add bundler-plugins to craft (#21701)
- chore: Cleanup unused imports of
@opentelemetry/core(#21679)- fix(bundler-plugins): Integration with monorepo build (#21479)
- ref(core): Gate updateName() custom source on an OTel inference brand (#21649)
- ref(core/opentelemetry): Move OTel span data inference from
captureSpantoSentrySpanProcessor(#21648)- ref(node): Remove unused sql-common helper and
@opentelemetry/coredep (#21688)- ref(node): Streamline kafkajs instrumentation (#21647)
- ref(node): Streamline undici (node-fetch) instrumentation (#21650)
- ref(vercel-edge): Drop unused
@opentelemetry/semantic-conventionsdependency (#21691)- ref(vercel-edge): Remove
@opentelemetry/resourcesdependency (#21690)10.59.0
Important Changes
feat(react-router): Add support for React Router v8 (#21633)
The SDK now supports React Router v8, in both the framework and SPA (
@sentry/react) modes.feat(react): Add version-agnostic React Router SPA exports (#21633)
@sentry/reactnow exports version-agnostic wrappers for React Router v6+ SPA instrumentation. The new exports replace the version-specificV6/V7variants, which are now deprecated:
Deprecated New reactRouterV6BrowserTracingIntegration/V7reactRouterBrowserTracingIntegrationwithSentryReactRouterV6Routing/V7wrapReactRouterRoutingwrapCreateBrowserRouterV6/V7wrapCreateBrowserRouterwrapCreateMemoryRouterV6/V7wrapCreateMemoryRouterwrapUseRoutesV6/V7wrapUseRoutesThe deprecated exports continue to work and will be removed in the next major version.
... (truncated)
4548afc
test: Make bundler plugins tests work after release499c327
chore: fix yarn.lock4d26c19
release: 10.60.0cc7dea4
Merge pull request #21703
from getsentry/prepare-release/10.60.0bcef5d9
meta(changelog): Update changelog for 10.60.08285066
chore: Add bundler-plugins to craft (#21701)b953c6f
fix(browser): Ensure url.full and http.url
attributes have the same value...b54777a
ref(vercel-edge): Drop unused
@opentelemetry/semantic-conventions dependenc...2e29cd3
ref(vercel-edge): Remove @opentelemetry/resources
dependency (#21690)c5e245f
ref(node): Remove unusued sql-common helper and
@opentelemetry/core dep (#2...