aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2019-04-05 12:02:47 +0800
committerDan Miller <danjm.com@gmail.com>2019-04-08 21:36:05 +0800
commit5454266d7c5f49c3cce59a673674371bb5ccfb7f (patch)
tree2a09de1b47e83d204b71a2acc7ac7cc05ff18033 /ui/app/helpers
parent4963ed65c0ee6f827fa6302079d4d8e0a4fdb0aa (diff)
downloadtangerine-wallet-browser-5454266d7c5f49c3cce59a673674371bb5ccfb7f.tar.gz
tangerine-wallet-browser-5454266d7c5f49c3cce59a673674371bb5ccfb7f.tar.zst
tangerine-wallet-browser-5454266d7c5f49c3cce59a673674371bb5ccfb7f.zip
Metrics tracking gas changed - slow, average, fast, custom - on edit screen.-
Diffstat (limited to 'ui/app/helpers')
-rw-r--r--ui/app/helpers/utils/metametrics.util.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/helpers/utils/metametrics.util.js b/ui/app/helpers/utils/metametrics.util.js
index 01984bd5e..5ae3e8937 100644
--- a/ui/app/helpers/utils/metametrics.util.js
+++ b/ui/app/helpers/utils/metametrics.util.js
@@ -23,6 +23,7 @@ const METAMETRICS_CUSTOM_ERROR_FIELD = 'errorField'
const METAMETRICS_CUSTOM_ERROR_MESSAGE = 'errorMessage'
const METAMETRICS_CUSTOM_RPC_NETWORK_ID = 'networkId'
const METAMETRICS_CUSTOM_RPC_CHAIN_ID = 'chainId'
+const METAMETRICS_CUSTOM_GAS_CHANGED = 'gasChanged'
const METAMETRICS_CUSTOM_NETWORK = 'network'
const METAMETRICS_CUSTOM_ENVIRONMENT_TYPE = 'environmentType'
@@ -43,6 +44,7 @@ const customVariableNameIdMap = {
[METAMETRICS_CUSTOM_RPC_CHAIN_ID]: 2,
[METAMETRICS_CUSTOM_ERROR_FIELD]: 1,
[METAMETRICS_CUSTOM_ERROR_MESSAGE]: 2,
+ [METAMETRICS_CUSTOM_GAS_CHANGED]: 1,
}
const customDimensionsNameIdMap = {