@observe and attach rich context to every trace.
Quickstart
Here’s everything you can attach in one place:Quick Reference
| I want to… | Attribute | Guide |
|---|---|---|
| Identify which user triggered a trace | user_id | Users |
| Group traces from the same conversation | session_id | Sessions |
| Label traces for filtering | tags | Tags |
| Attach structured key-value context | metadata | Metadata |
| Track token usage and LLM cost | auto via instrumentation | Cost Tracking |
| Link traces back to source code + commit | auto via @observe | Git Context |