Interface IMetricsClient

All Known Implementing Classes:
SentryClient

@Internal public interface IMetricsClient
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull SentryId
    captureMetrics(@NotNull EncodedMetrics metrics)
    Captures one or more metrics to be sent to Sentry.
  • Method Details

    • captureMetrics

      @NotNull @NotNull SentryId captureMetrics(@NotNull @NotNull EncodedMetrics metrics)
      Captures one or more metrics to be sent to Sentry.