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

Commit c0e71988 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '0011-alpha' into 'main'

0011 alpha

See merge request !10
parents efb7cbc4 77eb9060
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 = 10
def versionPatch = 11
def releasePatch = "alpha"

android {
+4 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ import io.sentry.Sentry
import io.sentry.SentryLevel
import io.sentry.android.core.SentryAndroid
import io.sentry.android.timber.SentryTimberIntegration
import io.sentry.protocol.User

object Telemetry {

@@ -58,6 +59,9 @@ object Telemetry {
                } else {
                    it.removeTag(Constants.TAG_E_VERSION)
                }
                it.user = User().apply {
                    id = userSentryId
                }
            }
        } catch (e: Exception) {
            e.printStackTrace()