Package io.sentry.metrics
Interface IMetricsClient
- All Known Implementing Classes:
SentryClient
@Internal
public interface IMetricsClient
-
Method Summary
Modifier and TypeMethodDescription@NotNull SentryId
captureMetrics
(@NotNull EncodedMetrics metrics) Captures one or more metrics to be sent to Sentry.
-
Method Details
-
captureMetrics
Captures one or more metrics to be sent to Sentry.
-