mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 04:54:28 +08:00
Adds a clean, type-safe wrapper for telemetry event tracking that automatically injects project and organization context. - Export TelemetryGroups type from telemetry-constants - Add useTrack() hook with full TypeScript event validation - Refactor project creation events to use new API - Reduces boilerplate from ~10 lines to ~2 lines per event