-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
-
Create Error Logs so that all bugs can be tracked. Integrate something like (https://airbrake.io/) to track and log errors. Would be easy to manage production user errors.
-
Use backend error codes and centralize the error messages by creating Error Types on front end that would have fields like - Code, Name and Description for different errors.
Use these error message types for all errors. For every new type of error, add an entry to the Error Type.