misc(wpf): update dsn

This commit is contained in:
genteure 2023-07-07 06:21:33 +08:00
parent efd3ac2b47
commit b13aa6816e

View File

@ -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://6f92720d5ce84b2dba5db75ab5a5014d@o210546.ingest.sentry.io/5556540";
o.Dsn = "https://441e00093d464442b4d523e99a139f63@o210546.ingest.sentry.io/5556540";
o.SendDefaultPii = true;
o.IsGlobalModeEnabled = true;
o.DisableAppDomainUnhandledExceptionCapture();