Back to skills
extension
Category: Development & EngineeringNo API key required

react-error-boundary-analytics

Capture and report runtime errors with component stack traces and user context.

personAuthor: jakexiaohubgithub

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.