Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-13 19:55:54 +05:00
parent 9cc6f26cf4
commit 4d3791a56b
5 changed files with 113 additions and 1 deletions

View file

@ -19,6 +19,6 @@ object NetworkLogConfig {
}
object AnalyticsHandlersLogConfig {
const val firebase: Boolean = false
val firebase: Boolean = BuildConfig.LOG_ENABLED
val amplitude: Boolean = BuildConfig.LOG_ENABLED
}