proper tracking

This commit is contained in:
Dhravya Shah 2026-03-05 08:29:26 -08:00
parent 3a36a673bf
commit bf92ad93a7

View file

@ -47,8 +47,8 @@ export function PostHogProvider({ children }: { children: React.ReactNode }) {
person_profiles: "identified_only",
capture_pageview: false,
capture_pageleave: true,
loaded: (ph) => ph.register({ app: "app" }),
})
posthog.register({ app: "app" })
}
}, [])