chore: bump .net sentry sdk

This commit is contained in:
alyssa 2024-10-15 04:17:26 +09:00
parent fda1474070
commit 20ab671f98
3 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@ public class Init
opts.Dsn = services.Resolve<CoreConfig>().SentryUrl;
opts.Release = BuildInfoService.FullVersion;
opts.AutoSessionTracking = true;
opts.DisableTaskUnobservedTaskExceptionCapture();
// opts.DisableTaskUnobservedTaskExceptionCapture();
});
var config = services.Resolve<BotConfig>();