Skip to content

Commit

Permalink
Mark internal
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Jan 14, 2025
1 parent 32ad456 commit 95f88cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry/src/main/java/io/sentry/SentryClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public boolean isEnabled() {
return enabled;
}

@ApiStatus.Internal
public SentryClient(final @NotNull SentryOptions options) {
this.options = Objects.requireNonNull(options, "SentryOptions is required.");
this.enabled = true;
Expand Down

0 comments on commit 95f88cc

Please sign in to comment.