ELSEIF
Your brief EB
339 stories from 119 feeds 468 clusters Refreshed 7 minutes ago next pull 11:37

OBSERVABILITY Signal 316

Always-on tracing for production and preview traffic

Vercel's always-on tracing, now in beta, continuously samples live production and preview traffic so teams can debug real user requests without reproducing them, with collection controlled by user-defined sampling rules.

WHY IT MATTERS

This moves tracing from manual reproduction to continuous sampling of real traffic, but nothing is collected until you explicitly add a rule, so cost and coverage are entirely user-driven. Framework and custom spans require additional instrumentation with @vercel/otel, and trace retention is limited by plan tier ranging from one hour to three days.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Always-on tracing continuously samples live production and preview traffic, unlike session tracing which only captures requests from your own browser.

02

Sampling rules control collection by environment and optional path prefix, priced at $0.50 per 1M span units, with no collection until a rule is added.

03

Infrastructure and outbound fetch spans are captured automatically, but framework and custom spans require instrumenting your app with @vercel/otel.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Vercel Always-on tracing for production and preview traffic Open ↗