Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-30 16:34:00 +05:00
parent 0ab1c7507a
commit d14a5cb87a
13 changed files with 255 additions and 100 deletions

View file

@ -82,7 +82,6 @@ internal class ProxyAppRouter(
override fun defaultCompletionHandler(isSuccess: Boolean, errorMessage: String) {
if (!isSuccess) {
Timber.tag("ASDASD").d(errorMessage)
analyticsExceptionHandler.sendException(ExceptionAnalyticsEvent(RuntimeException(errorMessage)))
Timber.w(errorMessage)