mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
Add getAnalytics helper
This commit is contained in:
parent
4b0cb409a0
commit
b5564a0de0
@ -106,3 +106,7 @@ export class PosthogAnalytics {
|
|||||||
this.trackPseudonymousEvent(eventName, updatedProperties);
|
this.trackPseudonymousEvent(eventName, updatedProperties);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default function getAnalytics() {
|
||||||
|
return PosthogAnalytics.instance();
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user