mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
789 B
789 B
Analytics in Element
Solution
Element is using PostHog to send analytics event. We ask for the user to give consent before sending any analytics data.
How to add a new Event
The analytics plan is shared between all Element clients. To add an Event, please open a PR to this project: https://github.com/matrix-org/matrix-analytics-events
Then, once the PR has been merged, and the library is release, you can update the version of the library in the build.gradle
file.
Forks of Element
Analytics on forks are disabled by default. Please refer to AnalyticsConfig and there implementation to setup analytics on your project.