Skip to content

Add Route and Feature Error Boundaries to the React App #524

Description

@llinsss

Problem

An unexpected render or lazy-load error can blank the entire payments interface without a recovery path.

Scope

  • Add a top-level boundary and route-level boundaries around critical flows.
  • Provide retry, safe navigation, and correlation-ID display.
  • Report sanitized exceptions to the configured observability service.

Acceptance Criteria

  • A component failure does not crash unrelated navigation.
  • Users can retry or return to the dashboard safely.
  • Error reports exclude tokens, wallet secrets, and PII.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions