mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
proper tracking
This commit is contained in:
parent
3a36a673bf
commit
bf92ad93a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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" })
|
||||
}
|
||||
}, [])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue