sentry_search_by_trace
Find every Sentry error tied to a specific OpenTelemetry trace ID across projects. Use the trace ID to connect distributed service failures to their reported exceptions.
Instructions
Find all Sentry errors linked to a specific OTel trace ID across projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Limit to specific project | |
| traceId | Yes | OTel trace ID (32-char hex) |