Expand description
📮 Telemetry API
This API enables modules to send their own telemetry for tracking user events that happen in the game and module that can be interesting and useful to be able to aggregate and analyze separately to see how users use the module
Example usage
require_telemetry_api!();
ark::telemetry::send_event(
"Thing Happened",
&[("prop1", "value1"), ("another", "value2")],
);
Functions
Send a telemetry event