You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the IWebHostBuilder extensions to configure Sentry in ASP.NET Core, three separate IConfigureOptions<SentryAspNetCoreOptions> instances are registered with the Services collection.
When using the
IWebHostBuilder
extensions to configure Sentry in ASP.NET Core, three separateIConfigureOptions<SentryAspNetCoreOptions>
instances are registered with the Services collection.I think at least one of these is redundant.
Registration 1
sentry-dotnet/src/Sentry.AspNetCore/SentryWebHostBuilderExtensions.cs
Lines 89 to 91 in 24c159f
Registration 2
sentry-dotnet/src/Sentry.AspNetCore/SentryWebHostBuilderExtensions.cs
Lines 93 to 94 in 24c159f
Registration 3
sentry-dotnet/src/Sentry.AspNetCore/SentryWebHostBuilderExtensions.cs
Lines 52 to 56 in 24c159f
sentry-dotnet/src/Sentry.AspNetCore/SentryBuilderExtensions.cs
Line 21 in e75d537
The text was updated successfully, but these errors were encountered: