Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9dc93b8c authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

re-enable sentry within eDrive

parent 14efc41e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ dependencies {
    implementation 'androidx.test:core:1.4.0'
    implementation 'com.jakewharton.timber:timber:5.0.1'
    implementation 'foundation.e:elib:0.0.1-alpha11'
    implementation 'foundation.e.lib:telemetry:0.0.4-alpha'
    implementation 'foundation.e.lib:telemetry:0.0.7-alpha'

    androidTestImplementation 'androidx.test:runner:1.4.0'
    androidTestImplementation 'androidx.test:rules:1.4.0'
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import foundation.e.drive.services.SynchronizationService;
import foundation.e.drive.utils.AppConstants;
import foundation.e.drive.utils.CommonUtils;
import foundation.e.drive.utils.ReleaseTree;
import foundation.e.lib.telemetry.Telemetry;
import timber.log.Timber;
import static timber.log.Timber.DebugTree;

@@ -43,6 +44,7 @@ public class EdriveApplication extends Application {
        if (BuildConfig.DEBUG) {
            Timber.plant(new DebugTree());
        } else {
            Telemetry.init(BuildConfig.SENTRY_DSN, this, true);
            Timber.plant(new ReleaseTree());
        }
        Timber.tag("EdriveApplication");