diff --git a/site/src/components/posthog.astro b/site/src/components/posthog.astro index abc3330..e83198b 100644 --- a/site/src/components/posthog.astro +++ b/site/src/components/posthog.astro @@ -6,5 +6,7 @@ posthog.init('phc_rzLVwu5RRWhbJqQqpgcsNHyIaZOUs3Pw5laOq1sTdtI', { api_host: 'https://hogpost.samber.dev', defaults: '2026-01-30', + disable_session_recording: true, + // autocapture: false, });