aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/utils/metametrics.util.js
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-04-09 10:30:41 +0800
committerGitHub <noreply@github.com>2019-04-09 10:30:41 +0800
commitf3f6f8ca68d50b548133f1399a56cc208274ce6f (patch)
treea5a70bdc7ba77ca84b8dc75b1b670a26190a2657 /ui/app/helpers/utils/metametrics.util.js
parent9bd719d33ac4a7ed55ff9effff433d006554566b (diff)
parentc80b295ccccc5d57a5dfe0ca8cc2d663609b7a26 (diff)
downloadtangerine-wallet-browser-f3f6f8ca68d50b548133f1399a56cc208274ce6f.tar.gz
tangerine-wallet-browser-f3f6f8ca68d50b548133f1399a56cc208274ce6f.tar.zst
tangerine-wallet-browser-f3f6f8ca68d50b548133f1399a56cc208274ce6f.zip
Merge pull request #6417 from MetaMask/metrics-updates
Metrics updates
Diffstat (limited to 'ui/app/helpers/utils/metametrics.util.js')
-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 = {