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 bf2f42a commit 3d694ebCopy full SHA for 3d694eb
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -126,8 +126,8 @@ public class SentryOptions {
126
127
/** Logger interface to log useful debugging information if debug is enabled */
128
private @NotNull ILogger logger = NoOpLogger.getInstance();
129
- @ApiStatus.Experimental
130
- private @NotNull ILogger fatalLogger = NoOpLogger.getInstance();
+
+ @ApiStatus.Experimental private @NotNull ILogger fatalLogger = NoOpLogger.getInstance();
131
132
@ApiStatus.Experimental private @NotNull ILogger fatalLogger = NoOpLogger.getInstance();
133
0 commit comments