-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor exception handler middleware (#1129)
After adding metrics, our 'unhandled exception' counter never increases, probably because we handle all exceptions in ExceptionHandlerMiddleware Put the exception handler middleware as a dedicated exception handler rather than just a generic middleware with try/catch to ensure ASP.NET increments the unhandled exception counter
- Loading branch information
1 parent
20242d4
commit a757332
Showing
4 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
DragaliaAPI/DragaliaAPI/Controllers/SerializeExceptionAttribute.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters