Updated on 2026-08-14
This commit is contained in:
parent
5fcea67900
commit
0c275ae460
8 changed files with 47 additions and 8 deletions
|
|
@ -2,6 +2,7 @@ package com.tangem.features.send.v2.api.analytics
|
|||
|
||||
import com.tangem.core.analytics.models.AnalyticsEvent
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.BLOCKCHAIN
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.ERROR_CODE
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.SOURCE
|
||||
import com.tangem.core.analytics.models.AnalyticsParam.Key.TOKEN_PARAM
|
||||
|
||||
|
|
@ -49,12 +50,14 @@ sealed class CommonSendAnalyticEvents(
|
|||
val categoryName: String,
|
||||
val token: String,
|
||||
val blockchain: String,
|
||||
val errorCode: String,
|
||||
) : CommonSendAnalyticEvents(
|
||||
category = categoryName,
|
||||
event = "Error - Transaction Rejected",
|
||||
params = mapOf(
|
||||
TOKEN_PARAM to token,
|
||||
BLOCKCHAIN to blockchain,
|
||||
ERROR_CODE to errorCode,
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue