ATOM EVE

Error Triage

Pulls recent Sentry issues and turns them into a prioritized debugging report.
PASTE INTO YOUR AGENT
Read atomeve.dev/start.md and set up Error Triage agent in my project: install it, wire up and verify its credentials, and run it once.
OR USE THE CLISLACKTARGET
$npx atom-eve add error-triage --target eve

What it does

Turns raw Sentry errors into a prioritized debugging report: what to fix first, why, and where to start.

Each run it:

  • reads recent unresolved issues with event samples, stack traces, tags, releases, and frequency data
  • groups issues that likely share a root cause
  • ranks by user impact, volume, growth, and critical-path tags rather than raw event count
  • returns top issue groups with suggested owners, evidence, reproduction clues, and first debugging steps

Setup lives in SETUP.md.