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

Commit 4006ab27 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

008 alpha

parent e0fbd8de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ plugins {

def versionMajor = 0
def versionMinor = 0
def versionPatch = 7
def versionPatch = 8
def releasePatch = "alpha"

android {
+18 −14
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ object Telemetry {
                String()
            }

        try {
            SentryAndroid.init(application) { options ->
                options.dsn = sentryDsn
                options.addIntegration(
@@ -56,6 +57,9 @@ object Telemetry {
                    it.removeTag(Constants.TAG_E_VERSION)
                }
            }
        } catch (e: Exception) {
            e.printStackTrace()
        }
    }

    /**