You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Emit low-cardinality http.server span names in framework SDKs
Applies the same span-streaming gate to the runtime and framework SDKs so no integration keeps a raw
URL in an http.server span name. Requests that resolve to a route are unchanged.
Three sites differ from the rest and are worth a closer look: remix reads its own span name back,
sveltekit also renames SvelteKit's native root span, and nextjs renames in a `spanStart` hook because
Next.js — not the SDK — creates that span.
Refs #23527
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments