mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
WPF: Update sentry dsn
This commit is contained in:
parent
f0f4a02047
commit
e66332b3c2
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user