mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
misc(wpf): update sentry dsn
This commit is contained in:
parent
cf0f72e98c
commit
6421754565
|
@ -308,7 +308,7 @@ namespace BililiveRecorder.WPF
|
|||
.WriteTo.Async(l => l.File(new CompactJsonFormatter(), logFilePath, shared: true, rollingInterval: RollingInterval.Day, rollOnFileSizeLimit: true))
|
||||
.WriteTo.Sentry(o =>
|
||||
{
|
||||
o.Dsn = "https://441e00093d464442b4d523e99a139f63@o210546.ingest.sentry.io/5556540";
|
||||
o.Dsn = "https://fed94ca0022e8697c171d0d35f15c257@o210546.ingest.sentry.io/5556540";
|
||||
o.SendDefaultPii = true;
|
||||
o.IsGlobalModeEnabled = true;
|
||||
o.DisableAppDomainUnhandledExceptionCapture();
|
||||
|
|
Loading…
Reference in New Issue
Block a user