From e9801c33203f2f1123756562da0424c702c85ede Mon Sep 17 00:00:00 2001 From: Ilshat Mukhamedyarov Date: Mon, 23 Sep 2024 08:44:04 +0300 Subject: [PATCH] Update SentryOptionsConfiguration.cs --- .../SentryOptionsConfiguration.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs b/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs index 3706f32..30cd4a9 100644 --- a/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs +++ b/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs @@ -1,4 +1,5 @@ using Microsoft.Extensions.Options; +using Sentry; using Sentry.AspNetCore; using Sentry.Extensions.Logging; using Sentry.NLog;