From bbb6b383c24d3259302e73c61de8a9b5fb9cf273 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 5 Sep 2025 17:12:45 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../kotlin/com/tangem/domain/walletconnect/WcAnalyticEvents.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/wallet-connect/src/main/kotlin/com/tangem/domain/walletconnect/WcAnalyticEvents.kt b/domain/wallet-connect/src/main/kotlin/com/tangem/domain/walletconnect/WcAnalyticEvents.kt index e433553996..5dff981b44 100644 --- a/domain/wallet-connect/src/main/kotlin/com/tangem/domain/walletconnect/WcAnalyticEvents.kt +++ b/domain/wallet-connect/src/main/kotlin/com/tangem/domain/walletconnect/WcAnalyticEvents.kt @@ -151,7 +151,7 @@ sealed class WcAnalyticEvents( AnalyticsParam.Key.METHOD_NAME to rawRequest.request.method, AnalyticsParam.Key.BLOCKCHAIN to network.name, AnalyticsParam.Key.ERROR_CODE to errorCode, - AnalyticsParam.Key.ERROR_MESSAGE to errorMessage, + AnalyticsParam.Key.ERROR_DESCRIPTION to errorMessage, ), )