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 15ec6da commit 52863e3Copy full SHA for 52863e3
1 file changed
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -3531,12 +3531,10 @@ public void setLogs(@NotNull SentryOptions.Logs logs) {
3531
this.logs = logs;
3532
}
3533
3534
- @ApiStatus.Experimental
3535
public @NotNull SentryOptions.Metrics getMetrics() {
3536
return metrics;
3537
3538
3539
3540
public void setMetrics(@NotNull SentryOptions.Metrics metrics) {
3541
this.metrics = metrics;
3542
0 commit comments