sentry_trace_lookup
Look up a Sentry trace ID to retrieve spans and errors across all services, grouped by service with a timeline.
Instructions
🔗 TRACE ID LOOKUP TOOL - Use when the user mentions a Sentry trace ID (a 32-char hex string like 'ce8f0d3961214198a040517b3dfda0d4') or asks: 'find this trace', 'what happened in this request', 'follow this trace across services', 'what services touched this request', 'show the trace timeline', or 'distributed trace'. CRITICAL: when a user pastes a trace ID and asks to find/follow it, use THIS tool - not search_issues. It returns every span and error across all projects/services that participated in the trace, grouped by service with a timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trace items to include in the timeline. Default: 100. | |
| trace_id | Yes | The 32-character hexadecimal Sentry trace ID to look up. | |
| reasoning | Yes | Explanation of why you are using this tool and what you hope to find. | |
| time_window | No | How far back to search (Sentry statsPeriod). Examples: '24h', '7d', '14d'. Default: '14d'. |