Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-26 18:44:37 +04:00
parent 692c6514fc
commit bba915b9ec
10 changed files with 138 additions and 0 deletions

View file

@ -17,4 +17,5 @@ object AnalyticsHandlersLogConfig {
val isFirebaseLogEnabled: Boolean = BuildConfig.LOG_ENABLED
val isAmplitudeLogEnabled: Boolean = BuildConfig.LOG_ENABLED
val isAppsflyerLogEnabled: Boolean = BuildConfig.LOG_ENABLED
val isCustomerIoLogEnabled: Boolean = BuildConfig.LOG_ENABLED
}