You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
add registerSuperProperties
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user