Skip to content

Commit bd8d6b8

Browse files
committed
Mark SentryClient(SentryOptions) constructor as not internal
1 parent bc10971 commit bd8d6b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry/src/main/java/io/sentry/SentryClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public boolean isEnabled() {
4848
return enabled;
4949
}
5050

51-
@ApiStatus.Internal
5251
public SentryClient(final @NotNull SentryOptions options) {
5352
this.options = Objects.requireNonNull(options, "SentryOptions is required.");
5453
this.enabled = true;

0 commit comments

Comments
 (0)