-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android SDK][2.0.0] Tracker Amplitude in Jitsi SDK #4080
Comments
@bmarty We are currently experimenting with amplitude for event tracking, in a similar way to Google Analytics: we track events such as button presses which help us know if certain features are used or not. This library is only enabled if an API key is configured in the Jitsi Meet depoloyment's config.js file. You can see an example here: https://beta.meet.jit.si/config.js If you want to completely rip it out of the build, that should be possible to do with minor changes. I don't think I have the time available right now, but here is an outline in case you want to send a PR:
|
Ok, thanks. It looks like removing the dependencies this way:
does not lead to any issue. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Oops, forgot to close this one. All the bits required to make a "libre build" are now in and are documented in the README. Closing! |
The report https://reports.exodus-privacy.eu.org/en/reports/69374/ reveals that tracker Amplitude is added in the Jitsi SDK.
Grade dependencies tree:
What are you tracking with this tracker?
Is it possible to have a library without embedded tracker?
Also is it possible to disable any tracking in the current SDK?
Thanks!
The text was updated successfully, but these errors were encountered: