Package io.sentry
Interface SentryOptions.BeforeEmitMetricCallback
- Enclosing class:
- SentryOptions
@Experimental
public static interface SentryOptions.BeforeEmitMetricCallback
The BeforeEmitMetric callback
-
Method Summary
-
Method Details
-
execute
A callback which gets called right before a metric is about to be emitted.- Parameters:
key
- the metric keytags
- the metric tags- Returns:
- true if the metric should be emitted, false otherwise
-