Function pact_matching::metrics::send_metrics

source ยท
pub fn send_metrics(event: MetricEvent)
Expand description

This sends anonymous metrics to a Google Analytics account. It is used to track usage of Pact library and operating system versions. This can be disabled by setting the PACT_DO_NOT_TRACK environment variable to true.

This function needs to run in the context of a Tokio runtime.