-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed as not planned
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I am trying to catch all unhandled exceptions globally in one place. It is not possible for circuit exceptions.
Describe the solution you'd like
In CircuitManager.ts we have unhandledException function. It logs the exception to the browser console and closes the connection.
Right before closing the connection, it can send the exception to the backend.
Additional context
No response
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Components