Expand description
Opt-in analytics and telemetry.
Records gameplay events, performance stats, and session data. All data is opt-in, aggregated, and contains no PII. Players can view their own data or export it to CSV.
Structs§
- Analytics
- Opt-in analytics system. Call
record()to log events.tick()batches them and uploads when enough accumulate or on flush. - Session
Stats - Rolling statistics for the current session.