Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Improvement] Central Error Handling for Backend #150

Closed
Zamion101 opened this issue Dec 21, 2022 · 1 comment
Closed

[Code Improvement] Central Error Handling for Backend #150

Zamion101 opened this issue Dec 21, 2022 · 1 comment

Comments

@Zamion101
Copy link
Contributor

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.

@Zamion101 Zamion101 changed the title [Feature] Central Error Handling for Backend [Code Improvement] Central Error Handling for Backend Dec 21, 2022
@Zamion101
Copy link
Contributor Author

Update 22.12.2022 01:02 GMT+1:
Draft PR opened #152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants