Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.