1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
This commit is contained in:
Mel O'Hagan 2024-03-22 12:27:43 +00:00
parent 3c979b81bb
commit f9decc509a

View file

@ -12,7 +12,6 @@ export default class PosthogClient {
posthog.init(this.token, { posthog.init(this.token, {
autocapture: false, autocapture: false,
capture_pageview: false, capture_pageview: false,
advanced_disable_feature_flags_on_first_load: true,
}) })
posthog.set_config({ persistence: "cookie" }) posthog.set_config({ persistence: "cookie" })