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

Verified Commit fccaef80 authored by Saalim Quadri's avatar Saalim Quadri
Browse files

feat: Upgrade sentry to 8.16.0

parent e4ef1fab
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
    id 'com.android.library' version '7.3.1' apply false
    id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
    id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -90,6 +90,6 @@ publishing {
}

dependencies {
    api 'io.sentry:sentry-android:6.16.0'
    api 'io.sentry:sentry-android-timber:6.16.0'
    api 'io.sentry:sentry-android:8.16.0'
    api 'io.sentry:sentry-android-timber:8.16.0'
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ object Telemetry {
                )
            }

            Sentry.configureScope {
            Sentry.withScope {
                if (enableOsTag) {
                    val eVersion = getSystemProperty(Constants.PROPERTY_OS_VERSION) ?: ""
                    it.setTag(Constants.TAG_E_VERSION, eVersion)