SIGN IN SIGN UP

feat(analytics): add error boundary component for UI error tracking

- Create AnalyticsErrorBoundary component to catch and track UI errors
- Implement automatic error reporting to analytics on component failures
- Provide customizable fallback UI for error states
- Add withAnalyticsErrorBoundary HOC for easy component wrapping
- Include error recovery functionality with reset capability
- Track component stack information for debugging

This ensures all UI errors are captured and reported for better
application stability monitoring and debugging.
V
Vivek R committed
79e228ce88cfe6395a96a50a44cf75edec734262
Parent: d06e1f3