We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb0a09 commit 11cb785Copy full SHA for 11cb785
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -129,8 +129,6 @@ public class SentryOptions {
129
130
@ApiStatus.Experimental private @NotNull ILogger fatalLogger = NoOpLogger.getInstance();
131
132
- @ApiStatus.Experimental private @NotNull ILogger fatalLogger = NoOpLogger.getInstance();
133
-
134
/** minimum LogLevel to be used if debug is enabled */
135
private @NotNull SentryLevel diagnosticLevel = DEFAULT_DIAGNOSTIC_LEVEL;
136
0 commit comments