Loading lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 7 def versionPatch = 8 def releasePatch = "alpha" android { Loading lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +18 −14 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ object Telemetry { String() } try { SentryAndroid.init(application) { options -> options.dsn = sentryDsn options.addIntegration( Loading @@ -56,6 +57,9 @@ object Telemetry { it.removeTag(Constants.TAG_E_VERSION) } } } catch (e: Exception) { e.printStackTrace() } } /** Loading Loading
lib/build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ plugins { def versionMajor = 0 def versionMinor = 0 def versionPatch = 7 def versionPatch = 8 def releasePatch = "alpha" android { Loading
lib/src/main/java/foundation/e/lib/telemetry/Telemetry.kt +18 −14 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ object Telemetry { String() } try { SentryAndroid.init(application) { options -> options.dsn = sentryDsn options.addIntegration( Loading @@ -56,6 +57,9 @@ object Telemetry { it.removeTag(Constants.TAG_E_VERSION) } } } catch (e: Exception) { e.printStackTrace() } } /** Loading