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

Commit 8cdf76cd authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '855-upgrade_telemetry' into 'main'

855: update telemetry lib.

See merge request !119
parents d767dc8f ccd613ee
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class PrivacyCentralApplication : Application() {

    override fun onCreate() {
        super.onCreate()
        Telemetry.init(BuildConfig.SENTRY_DSN, this)
        Telemetry.init(BuildConfig.SENTRY_DSN, this, true)
        Mapbox.getTelemetry()?.setUserTelemetryRequestState(false)

        dependencyContainer.initBackgroundSingletons()
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2022 E FOUNDATION
 * Copyright (C) 2022 E FOUNDATION, 2023 MURENA SAS
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
@@ -119,4 +119,4 @@ libs.MapBox = [

libs.mpAndroidCharts = 'com.github.PhilJay:MPAndroidChart:v3.1.0'

libs.telemetry = 'foundation.e.lib:telemetry:0.0.3-alpha'
libs.telemetry = 'foundation.e.lib:telemetry:0.0.7-alpha'