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 @@ - - + + 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;