Skip to content

Commit 52863e3

Browse files
committed
Remove Experimental Annotation from Metrics Options
1 parent 15ec6da commit 52863e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,12 +3531,10 @@ public void setLogs(@NotNull SentryOptions.Logs logs) {
35313531
this.logs = logs;
35323532
}
35333533

3534-
@ApiStatus.Experimental
35353534
public @NotNull SentryOptions.Metrics getMetrics() {
35363535
return metrics;
35373536
}
35383537

3539-
@ApiStatus.Experimental
35403538
public void setMetrics(@NotNull SentryOptions.Metrics metrics) {
35413539
this.metrics = metrics;
35423540
}

0 commit comments

Comments
 (0)