What problem does it solve?
Confirming that a code fix actually resolved a production error is error-prone: teams often mark Sentry issues resolved based on merged code or local tests rather than observed production behavior, leading to premature closures and missed regressions.
Core Features & Use Cases
- Release Confirmation: Checks that the release containing the fix is actually present in Sentry before drawing conclusions.
- Baseline Comparison: Compares post-release event counts and affected users against the pre-release baseline for the target issue.
- Evidence-Based Verdicts: Reports one of fixed, improving, unchanged, regressed, or insufficient traffic, and only changes issue state when the user requests it and evidence is adequate.
- Use Case: After deploying a hotfix for a crash, ask the agent to verify the Sentry issue over a 24-hour observation window and report whether error volume actually dropped.
Quick Start
Verify whether the fix in release 1.4.2 resolved Sentry issue PROJ-123 by comparing events over the past 24 hours against the previous week.