Clear all tracked events
Get event count by name
Get all tracked events
Get session duration in seconds
Get session ID
Enable/disable tracking
Track a custom event
Optionaldata: Record<string, unknown>Track a button click
Track a game event (level complete, game over, etc.)
Optionaldata: Record<string, unknown>Track a scene view
Use the built-in console backend (logs events to console)
Add a backend to send events to (console, API endpoint, Firebase, etc.)