react-error-boundary-analytics
Installation
SKILL.md
React Error Boundary Analytics
Summary
Capture and report runtime errors with component stack traces and user context.
Key Capabilities
- Catch render-phase errors.
- Send reports to logging service.
- Display fallback UI.
PhD-Level Challenges
- Recover from errors gracefully.
- Group similar errors.
- Avoid infinite error loops.
Acceptance Criteria
- Demonstrate catching a throw.
- Show the report payload.
- Reset the boundary successfully.