mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
add registerSuperProperties
This commit is contained in:
parent
e9e0e4847f
commit
0c89eb51d4
@ -150,6 +150,10 @@ export class PosthogAnalytics {
|
||||
this.posthog.identify(await hashHex(userId));
|
||||
}
|
||||
|
||||
public registerSuperProperties(properties) {
|
||||
this.posthog.register(properties);
|
||||
}
|
||||
|
||||
public isInitialised() {
|
||||
return this.initialised;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user