diff --git a/apps/web/src/contexts/posthog.tsx b/apps/web/src/contexts/posthog.tsx index 16b822488..c721d2d5c 100644 --- a/apps/web/src/contexts/posthog.tsx +++ b/apps/web/src/contexts/posthog.tsx @@ -13,7 +13,7 @@ type PostHogProviderProps = React.PropsWithChildren; if (typeof window !== "undefined" && env.NEXT_PUBLIC_POSTHOG_API_KEY) { posthog.init(env.NEXT_PUBLIC_POSTHOG_API_KEY, { - debug: true, + debug: false, api_host: env.NEXT_PUBLIC_POSTHOG_API_HOST, capture_pageview: false, capture_pageleave: true,