File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Sentry.Extensions.Logging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66namespace Sentry . Extensions . Logging ;
77
8- internal class SentryLoggingOptionsSetup : IConfigureOptions < SentryLoggingOptions >
8+ internal sealed class SentryLoggingOptionsSetup : IConfigureOptions < SentryLoggingOptions >
99{
1010 private readonly IConfiguration _config ;
1111
@@ -30,7 +30,7 @@ public void Configure(SentryLoggingOptions options)
3030
3131namespace Sentry . Extensions . Logging ;
3232
33- internal class SentryLoggingOptionsSetup : ConfigureFromConfigurationOptions < SentryLoggingOptions >
33+ internal sealed class SentryLoggingOptionsSetup : ConfigureFromConfigurationOptions < SentryLoggingOptions >
3434{
3535 public SentryLoggingOptionsSetup (
3636 ILoggerProviderConfiguration < SentryLoggerProvider > providerConfiguration )
You can’t perform that action at this time.
0 commit comments