Users
The Users page groups telemetry by the end-user identifier you send with each trace. Use it to see who is using your product, when they were last active, and which traces or sessions are associated with them.
Send user identifiers
Attach a stable user id when you capture a trace. You can also send a user email when it is useful for support workflows.- TypeScript
- Python
The users dashboard
The dashboard opens with aggregate metrics for the selected time range — unique users, new users, the share of traces carrying a user id, and traces per user — above an activity histogram. Drag across the histogram to zoom into a narrower period. Below, the table shows one row per user:- Seen at: last and first activity within the selected period
- Trend: a per-user activity sparkline
- Sessions: distinct sessions in the period
- Errors: the rate and count of sessions with at least one errored trace
- Cost: per-user spend, with a column rollup you can cycle between SUM, AVG, and MED
User detail
Open a user to see their lifetime profile: traces, sessions, errored sessions, cost, tokens, average trace duration, and active days, alongside a 30-day activity chart. The page also surfaces the issues affecting this user and the behaviours they triggered, so you can connect one user’s complaints to known problems.

Related
- User tracking: How user ids are attached to traces
- Sessions: Group traces into conversations
- Traces: Review individual interactions