Fix
This commit is contained in:
parent
3c979b81bb
commit
f9decc509a
|
@ -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" })
|
||||
|
||||
|
|
Loading…
Reference in New Issue