mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
misc(wpf): update sentry usage
This commit is contained in:
parent
7672b40429
commit
21ae09135d
|
@ -312,7 +312,7 @@ namespace BililiveRecorder.WPF
|
|||
o.SendDefaultPii = true;
|
||||
o.IsGlobalModeEnabled = true;
|
||||
o.DisableAppDomainUnhandledExceptionCapture();
|
||||
o.DisableTaskUnobservedTaskExceptionCapture();
|
||||
o.DisableUnobservedTaskExceptionCapture();
|
||||
o.AddExceptionFilterForType<HttpRequestException>();
|
||||
o.AddExceptionFilterForType<OutOfMemoryException>();
|
||||
o.AddExceptionFilterForType<JintException>();
|
||||
|
|
Loading…
Reference in New Issue
Block a user