mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: bump .net sentry sdk
This commit is contained in:
parent
fda1474070
commit
20ab671f98
3 changed files with 5 additions and 5 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue