exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
557 stars 142 forks source link

Fixed a bug where Application.ThreadException, HttpApplication.Error, Application.Current.DispatcherUnhandledException may not be logged #308

Closed niemyjski closed 1 year ago

niemyjski commented 1 year ago

Also improved logging

2023-05-18 07:35:46.3627 Info  ExceptionlessClient: Startup finished
2023-05-18 07:35:51.7581 Info  ExceptionlessClient: Application.Current.DispatcherUnhandledException called
2023-05-18 07:35:57.5818 Info  ExceptionlessClient: Processing event queue
2023-05-18 07:35:57.8918 Info  DefaultEventQueue: Sent 1 events to "http://localhost".
2023-05-18 07:35:57.8927 Info  ExceptionlessClient: Application.Current.DispatcherUnhandledException finished
2023-05-18 07:35:58.8683 Info  ExceptionlessClient: AppDomain.CurrentDomain.UnhandledException called
2023-05-18 07:35:58.8703 Info  ErrorPlugin: Event submission cancelled by plugin: refid= type=error message=
2023-05-18 07:35:58.8704 Info  ExceptionlessClient: Event submission cancelled by event pipeline: refid= type=error message=
2023-05-18 07:35:58.8704 Info  ExceptionlessClient: Processing event queue
2023-05-18 07:35:58.8704 Info  ExceptionlessClient: AppDomain.CurrentDomain.UnhandledException finished