Skip to content

Commit fb91a5b

Browse files
committed
ref: seal internal Configure-Options
1 parent c65dcb1 commit fb91a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry.Extensions.Logging/SentryLoggingOptionsSetup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace 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

3131
namespace 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)

0 commit comments

Comments
 (0)