fix(error-reporting): silence ResolutionError to prevent crash reports#1115
Open
sentry[bot] wants to merge 3 commits into
Open
fix(error-reporting): silence ResolutionError to prevent crash reports#1115sentry[bot] wants to merge 3 commits into
sentry[bot] wants to merge 3 commits into
@sentry/warden / warden
completed
Jun 22, 2026 in 0s
1 issue
Medium
ResolutionError silences server-side (5xx/network) failures, not just user-input errors - `src/lib/error-reporting.ts:61-63`
Silencing all ResolutionError instances will suppress Sentry reports for genuine server errors (e.g. 5xx responses, network failures) that are wrapped as ResolutionError in several resolvers — add a distinguishing property or only silence specific sub-types/headlines to avoid hiding real infrastructure issues.
2 skills analyzed
| Skill | Findings | Duration | Cost |
|---|---|---|---|
| security-review | 0 | 5.5s | $0.05 |
| find-bugs | 1 | 47.3s | $0.22 |
⏱ 52.8s · 98.8k in / 3.4k out · $0.27
Loading