diff --git a/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj b/Mindbox.ExceptionsHandling.Template/Mindbox.ExceptionsHandling.Template.csproj index f2c263e..41aefe2 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 be6aeae..189eaee 100644 --- a/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs +++ b/Mindbox.ExceptionsHandling.Template/SentryOptionsConfiguration.cs @@ -1,5 +1,4 @@ using Microsoft.Extensions.Options; -using Sentry; using Sentry.AspNetCore; using Sentry.Extensions.Logging;