diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index 81e7cf34..1c63869d 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -271,7 +271,9 @@ namespace PluralKit.Bot // and log the breadcrumb to the newly created (in-svc-scope) Sentry scope using (var scope = _services.CreateScope()) { + var evtid = scope.ServiceProvider.GetService().EventId; var sentryScope = scope.ServiceProvider.GetRequiredService(); + sentryScope.SetTag("evtid", evtid.ToString()); breadcrumbFactory(sentryScope); try