Tree View
Open Tree View
- Open a trace (from Traces).
- In the trace view toolbar, open the view mode dropdown.
- Select Tree (you can switch back the same way).

- Hierarchy-first view: Shows parent/child nesting so you can follow the trace’s call structure.
- Collapsible branches: Collapse spans with children to hide entire subtrees and reduce noise.
- Inline metrics: Duration on every row; tokens/cost badges on LLM spans.
- Fast navigation: Virtualized list stays responsive even on large traces.
- Synced minimap: Jump to spans quickly and scrub the shared session-time cursor.
Reader Mode
Reader Mode gives you a readable, flattened view of a trace designed for fast scanning and review.
Open Reader Mode
- Open a trace (from Traces).
- In the trace view header, open the view mode dropdown.
- Select Reader Mode (you can switch back the same way).
- High-signal view: Shows only LLM and tool-call spans by default (other spans hidden), making the trace much easier to parse.
- At-a-glance columns: Type/model, timing, tokens/cost, and breadcrumbs per row.
- Expandable rows: Open any row to see formatted outputs; selecting still opens the full span detail pane on the right.
- Lazy-loaded outputs: Fetches only what’s on screen to keep the UI fast.
- Templates per path: Apply saved Mustache templates per span path to reshape how outputs render.
- Synced minimap: Highlights spans in view and lets you jump or scrub session time.
Timeline View
Open Timeline View
- Open a trace (from Traces).
- In the trace view toolbar, open the view mode dropdown.
- Select Timeline (you can switch back the same way).

- Time-first view: Renders each span as a colored bar on a single time axis.
- Zoom controls: Use +/- to zoom in for fine-grained alignment or out for a high-level overview.
- Event markers: Span events appear as ticks inside the bar.
- Inline labels: Name + duration (and tokens/cost for LLM spans) are shown on the bar when space allows.
Metadata
Open Metadata
- Open a trace (from Traces).
- In the trace view toolbar, click Metadata.

- Read-only source of truth: Shows the trace metadata exactly as stored.
- JSON-first: Defaults to a JSON view with formatting and syntax highlighting.
- Search/copy friendly: Quickly find keys/values and copy raw text as needed.
Ask AI
Open Ask AI
- Open a trace (from Traces).
- In the trace view toolbar, click Ask AI.

- Automatic summary: Generates a trace summary (and deeper analysis) to orient you quickly.
- Span-aware answers: When the assistant cites spans, they show up as clickable chips that jump you to the referenced span.
- Iterate fast: Ask follow-ups about errors, unexpected outputs, tool calls, or performance.
- Resettable: Start a new chat when you want a fresh thread.
Open in SQL Editor
- Open a trace (from Traces).
- In the trace view header, open the Trace dropdown.
- Select Open in SQL editor (opens in a new tab).
- Pre-filled query (trace): Starts with
SELECT * FROM spans WHERE trace_id = ... ORDER BY start_time ASC. - Pre-filled query (span): From a span’s detail header dropdown, Open in SQL editor creates
SELECT * FROM spans WHERE span_id = ....
