albumentations.core.analytics.telemetry


Telemetry client for tracking anonymous usage statistics.

TelemetryClientclass

Singleton client for collecting and sending telemetry data with rate limiting and deduplication. Using Mixpanel backend for better library telemetry support: - No parameter limits - No web stream complications - Full transform list tracking - Better suited for custom events

get_telemetry_clientfunction

Get or create the global telemetry client.

Returns

  • : The global TelemetryClient instance