You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling is currently inconsistent across the application. Integrate a JavaScript library, such as Sentry or Bugsnag, to standardize error logging, improve debugging, and enhance user-facing error messages.
Acceptance Criteria
Research and evaluate error-handling libraries (e.g., Yup, Zod or react-hook-form).
Integrate the chosen library into the application.
Ensure all components and modules use the library for error reporting.
Define a global strategy for error categorization (e.g., critical, warning, informational).
Write documentation on how to use the library for error tracking and reporting.
Verify integration with automated tests to confirm errors are logged correctly.
The text was updated successfully, but these errors were encountered:
Description
Error handling is currently inconsistent across the application. Integrate a JavaScript library, such as Sentry or Bugsnag, to standardize error logging, improve debugging, and enhance user-facing error messages.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: