Version 10.51.0 of the Sentry JavaScript SDKs is now available. Highlights from this release:
New @sentry/nitro SDK in beta
First-class Sentry support for Nitro applications, with HTTP handler and error instrumentation, middleware tracing, request isolation, and build-time source map uploading via withSentryConfig. Read more in the Nitro SDK readme.
Trace propagation across Cloudflare RPC calls
Trace context now flows across Cloudflare Workers RPC calls, connecting traces between Workers and Durable Objects. This is opt-in via enableRpcTracePropagation: true in your SDK configuration.
Breaking change for @sentry/hono/node (alpha)
The sentry() middleware no longer accepts configuration options. Instead, configure the SDK by calling Sentry.init() in a dedicated instrumentation file that runs before your application code. See the Hono SDK readme for the new setup.
Improved support for Hono Route Groups
The Hono SDK now creates middleware spans for nested route groups, giving you better visibility into sub-app routing.
LangGraph instrumentation
The SDK now instruments createReactAgent from LangGraph, giving you visibility into agent runs alongside your other AI telemetry.
Customized Feedback errors
The Feedback widget now supports customizing error messages shown to users.
Many additional fixes and improvements across core, browser, server, and framework SDKs. See full release notes