1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

remove pageviews from PH

This commit is contained in:
Martin McKeaveney 2021-08-24 10:42:22 +01:00
parent e7d784787d
commit 614603a146

View file

@ -23,6 +23,7 @@ async function activate() {
if (posthogConfigured) {
posthog.init(process.env.POSTHOG_TOKEN, {
autocapture: false,
capture_pageview: false,
api_host: process.env.POSTHOG_URL,
})
posthog.set_config({ persistence: "cookie" })