From 8e4176844828c8b2de52b3fe85b3a154d486e52a Mon Sep 17 00:00:00 2001 From: Ilshat Mukhamedyarov Date: Thu, 19 Sep 2024 17:56:18 +0300 Subject: [PATCH 1/2] Update Mindbox.ExceptionsHandling.Template.csproj --- .../Mindbox.ExceptionsHandling.Template.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj b/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj index 41aefe2..f2c263e 100644 --- a/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj +++ b/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj @@ -9,7 +9,7 @@ - - + + From 888945c9f2cc71bf2417706789dc3fa84125642e Mon Sep 17 00:00:00 2001 From: Ilshat Mukhamedyarov Date: Thu, 19 Sep 2024 17:58:09 +0300 Subject: [PATCH 2/2] 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 189eaee..be6aeae 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;