Skip to main content

track_event

Method
This is a method of the MinimalTelemetry class in the telemetry_funcs module.
Track an event (no-op if disabled or in performance mode)

Signature

def track_event(&self, event_name: &str, properties: Option<&serde_json::Value>) -> ()

Parameters

event_name
&str
required
No description available.
properties
Option<&serde_json::Value>
required
No description available.

Returns

Returns
()
The result of the operation.