diff --git a/src/lib/posthog.js b/src/lib/posthog.js index af533f66..5650b50f 100644 --- a/src/lib/posthog.js +++ b/src/lib/posthog.js @@ -33,8 +33,8 @@ export const initPostHog = () => { posthog.init(apiKey, { api_host: apiHost, - // Pageview tracking - manual control for better accuracy - capture_pageview: false, // We'll manually capture with custom properties + // Pageview tracking - auto-capture for DAU/MAU analytics + capture_pageview: true, // Auto-capture all page views (required for DAU tracking) capture_pageleave: true, // Auto-capture when user leaves page // Session Recording Configuration