Pass advanced_disable_decide to stop posthog contacting its decide endpoint (#7149)

This commit is contained in:
James Salter 2021-11-18 09:01:32 +11:00 committed by GitHub
parent 3c06e7f7a0
commit 8b6778e1d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,7 @@ export class PosthogAnalytics {
capture_pageview: false,
sanitize_properties: this.sanitizeProperties,
respect_dnt: true,
advanced_disable_decide: true,
});
this.enabled = true;
} else {