chore: disable posthog captures

This commit is contained in:
Junior Garcia 2025-01-17 08:54:30 -03:00
parent 36132c8aa5
commit 8258ea1ddb

View File

@ -24,6 +24,9 @@ const ProviderWrapper = ({children}: {children: React.ReactElement}) => {
api_host: "/ingest",
person_profiles: "identified_only",
ui_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
capture_pageview: false,
capture_pageleave: false,
capture_heatmaps: false,
});
}
}, []);