From 9549fb6ad9e697ead107c176db4b0f98342dee90 Mon Sep 17 00:00:00 2001 From: genteure Date: Tue, 7 Jun 2022 13:46:07 +0800 Subject: [PATCH] Update DSN --- BililiveRecorder.WPF/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BililiveRecorder.WPF/Program.cs b/BililiveRecorder.WPF/Program.cs index 7dec716..3746f03 100644 --- a/BililiveRecorder.WPF/Program.cs +++ b/BililiveRecorder.WPF/Program.cs @@ -243,7 +243,7 @@ namespace BililiveRecorder.WPF .WriteTo.File(new CompactJsonFormatter(), logFilePath, shared: true, rollingInterval: RollingInterval.Day, rollOnFileSizeLimit: true) .WriteTo.Sentry(o => { - o.Dsn = "https://38036b2031474b8ba0a728ac2a961cfa@o210546.ingest.sentry.io/5556540"; + o.Dsn = "https://8ba5fc18189a4793bd50288bef231ee6@o210546.ingest.sentry.io/5556540"; o.SendDefaultPii = true; o.IsGlobalModeEnabled = true; o.DisableAppDomainUnhandledExceptionCapture();