WPF: Update sentry dsn

This commit is contained in:
Genteure 2021-06-26 21:39:10 +08:00
parent f0f4a02047
commit e66332b3c2

View File

@ -225,7 +225,7 @@ namespace BililiveRecorder.WPF
.WriteTo.File(new CompactJsonFormatter(), "./logs/bilirec.txt", shared: true, rollingInterval: RollingInterval.Day, rollOnFileSizeLimit: true)
.WriteTo.Sentry(o =>
{
o.Dsn = "https://7e9cd012346f46f28b352195f7b6acc6@o210546.ingest.sentry.io/5556540";
o.Dsn = "https://4f8f1139db7d4d81b0798ded8cb4c422@o210546.ingest.sentry.io/5556540";
o.SendDefaultPii = true;
o.DisableAppDomainUnhandledExceptionCapture();
o.DisableTaskUnobservedTaskExceptionCapture();