question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android SDK][2.0.0] Tracker Amplitude in Jitsi SDK

See original GitHub issue

The report https://reports.exodus-privacy.eu.org/en/reports/69374/ reveals that tracker Amplitude is added in the Jitsi SDK.

Grade dependencies tree:

+--- org.jitsi.react:jitsi-meet-sdk:2.0.0
|    +--- com.facebook.react:react-native:0.59.2 (*)
|    +--- com.android.support:support-v4:28.0.0 (*)
|    +--- com.android.support:appcompat-v7:28.0.0 (*)
|    +--- com.amplitude:android-sdk:2.14.1                         <-- HERE
|    |    \--- com.squareup.okhttp3:okhttp:3.0.1 -> 3.12.1 (*)
|    +--- com.dropbox.core:dropbox-core-sdk:3.0.8
|    |    \--- com.fasterxml.jackson.core:jackson-core:2.7.4
|    +--- com.facebook.react:react-native-background-timer:2.1.1-jitsi-799011
|    |    \--- com.facebook.react:react-native:0.59 -> 0.59.2 (*)
|    +--- com.facebook.react:react-native-calendar-events:1.6.4-jitsi-799011
|    |    \--- com.facebook.react:react-native:0.59 -> 0.59.2 (*)
|    +--- com.facebook.react:react-native-fast-image:5.1.1-jitsi-799011
|    |    +--- com.facebook.react:react-native:0.59 -> 0.59.2 (*)
|    |    +--- com.android.support:support-v4:28.0.0 (*)
|    |    +--- com.github.bumptech.glide:glide:4.7.1 -> 4.8.0 (*)
|    |    +--- com.github.bumptech.glide:annotations:4.7.1 -> 4.8.0

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!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bmartycommented, Apr 10, 2019

Ok, thanks.

It looks like removing the dependencies this way:

    implementation('org.jitsi.react:jitsi-meet-sdk:2.0.0') {
        transitive = true
        exclude group: 'com.amplitude', module: 'android-sdk'
    }

does not lead to any issue.

0reactions
saghulcommented, Jul 30, 2019

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android SDK (Legacy) - Amplitude Developer Center
This is a lightweight wrapper over the Amplitude SDK that provides type-safety, automatic code completion, linting, and schema validation. The generated code ...
Read more >
Android SDK | Jitsi Meet - GitHub Pages
Android SDK. The Jitsi Meet Android SDK provides the same user experience as the Jitsi Meet app, in a customizable way which you...
Read more >
Merge branch 'master' of https://github.com/jitsi/jitsi-meet ...
android /sdk/src/main/java/org/jitsi/meet/sdk/AmplitudeModule.java ... -*This Issue tracker is only for reporting bugs and tracking code related issues.*.
Read more >
Jitsi Meet SDK 2.0.0 for Android and iOS released!
Hey there fellow Jitsters! Today we are happy to announce the availability of the Jitsi Meet SDK 2.0.0 for Android and iOS.
Read more >
Category: This Week in Matrix - Matrix.org
The Matrix Android SDK2 is now available on MavenCentral! ... v0.6.0-beta.2 has been published of matrix-bot-sdk as an early version to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found