mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Pass advanced_disable_decide to stop posthog contacting its decide endpoint (#7149)
This commit is contained in:
parent
3c06e7f7a0
commit
8b6778e1d3
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue