Godot (Beta)
Custom Events Tracking
Custom events allow you to define your own metrics and user behavior tracking.
Example
Noctua.track_event("weapon_used")
This tracks a weapon_used event with metadata about the weapon.
Note
Keep event names consistent (snake_case recommended).