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
Adding central error handling logic using custom error class and middlewares.
Why would it be useful?
At the moment Backend does not have a central error handling logic. Which is really important for a healthy production builds, maintaining consistent error messages/logging/tracing and easy to debug while developing. Even though Sentry will be the dominant error capture mechanism in the production build, with this feature new Contributors won't need to setup Sentry Account for capturing errors on the fly.
The text was updated successfully, but these errors were encountered:
Zamion101
changed the title
[Feature] Central Error Handling for Backend
[Code Improvement] Central Error Handling for Backend
Dec 21, 2022
Feature description
Adding central error handling logic using custom error class and middlewares.
Why would it be useful?
At the moment Backend does not have a central error handling logic. Which is really important for a healthy production builds, maintaining consistent error messages/logging/tracing and easy to debug while developing. Even though
Sentry
will be the dominant error capture mechanism in the production build, with this feature new Contributors won't need to setup Sentry Account for capturing errors on the fly.The text was updated successfully, but these errors were encountered: