mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 00:24:25 +08:00
Fixes race condition where user identification was lost when PostHog hadn't finished initializing. Now queues identification calls and applies them once PostHog is ready, similar to how groups are handled. Also ensures groups from pageview properties are properly set.