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 bc10971 commit bd8d6b8Copy full SHA for bd8d6b8
sentry/src/main/java/io/sentry/SentryClient.java
@@ -48,7 +48,6 @@ public boolean isEnabled() {
48
return enabled;
49
}
50
51
- @ApiStatus.Internal
52
public SentryClient(final @NotNull SentryOptions options) {
53
this.options = Objects.requireNonNull(options, "SentryOptions is required.");
54
this.enabled = true;
0 commit comments