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

Commit 99c625a7 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '008-alpha' into 'main'

008 alpha

See merge request !7
parents e0fbd8de 4006ab27
Loading
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()
        }
    }

    /**