mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 01:05:53 +03:00
Put back accidentally removed anonymity update
This commit is contained in:
parent
726b4497b2
commit
5697eeaab8
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ export class PosthogAnalytics {
|
||||||
}
|
}
|
||||||
|
|
||||||
public init(anonymity: Anonymity) {
|
public init(anonymity: Anonymity) {
|
||||||
|
this.anonymity = anonymity;
|
||||||
const posthogConfig = SdkConfig.get()["posthog"];
|
const posthogConfig = SdkConfig.get()["posthog"];
|
||||||
if (posthogConfig) {
|
if (posthogConfig) {
|
||||||
this.posthog.init(posthogConfig.projectApiKey, {
|
this.posthog.init(posthogConfig.projectApiKey, {
|
||||||
|
|
Loading…
Reference in a new issue