Vercel — AI · · 1 min read

Traces now support Tree and Waterfall views

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Traces in Vercel Logs now support Tree and Waterfall views. See span hierarchy, critical path, and timing without leaving the log entry.

The Tree view groups spans by parent and child. On load, spans are sorted by duration so the slowest appear first.

View a trace as a TreeView a trace as a Tree
View a trace as a Tree

The Waterfall view places every span on one chronological axis, showing what ran in parallel and where time was lost.

View a trace as a WaterfallView a trace as a Waterfall
View a trace as a Waterfall

Read the Tracing documentation to learn more.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI