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

feat: Implement global exception handler to prevent server crashes #217

Merged
merged 6 commits into from
Nov 8, 2024

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Nov 8, 2024

This PR adds a global exception handler to capture unhandled exceptions (those that would normally crash the application), log them, and allow for later review and analysis.

@MrDave1999 MrDave1999 added the feature New feature or request label Nov 8, 2024
@MrDave1999 MrDave1999 marked this pull request as ready for review November 8, 2024 21:22
@MrDave1999 MrDave1999 merged commit 4b568ea into dev Nov 8, 2024
2 checks passed
@MrDave1999 MrDave1999 deleted the feat/global-exception-handler branch November 8, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant