Loading build.gradle +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 lib/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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 lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
build.gradle +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
lib/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -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
lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading