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

Commit 00e2abc4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge branch '3423-main-launcher-inline' into 'main'

Add sentry id to telemetry

See merge request !11
parents 92e37c7d c4506394
Loading
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ plugins {
    id 'maven-publish'
}

def versionMajor = 0
def versionMajor = 1
def versionMinor = 0
def versionPatch = 11
def releasePatch = "alpha"
def versionPatch = 0
def releasePatch = "release"

android {
    namespace 'foundation.e.lib.telemetry'
@@ -26,7 +26,15 @@ android {
        }
    }

    buildFeatures {
        buildConfig = true
    }

    buildTypes {
        configureEach {
            buildConfigField("String", "BLISS_SENTRY_DSN", "\"${System.getenv("BLISS_SENTRY_DSN")}\"")
        }

        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'