Skip to content

Commit 9e12f62

Browse files
authored
Merge pull request #4996 from getsentry/12-22-remove_experimental_annotation_from_metrics_options
feat(metrics): [Trace Metrics 17] Remove Experimental Annotation from Metrics Options
2 parents e396044 + 52863e3 commit 9e12f62

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)