fix: posthog

This commit is contained in:
Dhravya Shah 2026-02-26 11:12:38 -08:00
parent 6a04f22a23
commit 3a36a673bf

View file

@ -47,7 +47,6 @@ export function PostHogProvider({ children }: { children: React.ReactNode }) {
person_profiles: "identified_only",
capture_pageview: false,
capture_pageleave: true,
cookie_domain: ".supermemory.ai",
})
posthog.register({ app: "app" })
}