diff --git a/web/app/posthog.js b/web/app/posthog.js index d6a6bf0bbe..1799f3b0d1 100644 --- a/web/app/posthog.js +++ b/web/app/posthog.js @@ -7,6 +7,7 @@ if (typeof window !== 'undefined') { posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY, { api_host: process.env.NEXT_PUBLIC_POSTHOG_HOST, person_profiles: 'identified_only', // or 'always' to create profiles for anonymous users as well + capture_pageview: false, }) } export function CSPostHogProvider({ children }) {