1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +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, {
autocapture: false,
capture_pageview: false,
advanced_disable_feature_flags_on_first_load: true,
})
posthog.set_config({ persistence: "cookie" })