This commit is contained in:
Mel O'Hagan 2024-03-22 12:27:43 +00:00
parent 3c979b81bb
commit f9decc509a
1 changed files with 0 additions and 1 deletions

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" })