What problem does it solve?
Sentry captures errors and traces, but agents still need a fast way to retrieve the right issue, event, transaction, and logs for a specific moment to determine root cause.
Core Features & Use Cases
- Fetch issue and latest event details: Pull grouped issue information and optionally the latest event with stack traces for quicker incident triage.
- Search events by time and filters: Locate errors and transactions around a timestamp window, with filters like level, transaction name, and tags.
- Inspect event breadcrumbs and spans: Trace the sequence of what happened before the failure and expand spans for deeper transaction understanding.
- Search Sentry logs: Find related log lines in Sentry Logs Explorer using time windows and query filters.
Quick Start
Use sentry to investigate what failed around a specific incident time by running: sentry search-events.js --org yourorg --project backend --start 2025-12-23T15:00:00 --end 2025-12-23T17:00:00 --level error