1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

remove network name from analytics (#16781)

This commit is contained in:
Brad Decker 2022-12-03 10:57:48 -05:00 committed by GitHub
parent f162c58f5a
commit f7014a79fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -288,7 +288,6 @@ async function addEthereumChainHandler(
},
properties: {
chain_id: _chainId,
network_name: _chainName,
symbol: ticker,
source: EVENT.SOURCE.TRANSACTION.DAPP,
},

View File

@ -2166,7 +2166,6 @@ export default class MetamaskController extends EventEmitter {
},
properties: {
chain_id: chainId,
network_name: chainName,
symbol: ticker,
source: EVENT.SOURCE.NETWORK.POPULAR_NETWORK_LIST,
},

View File

@ -539,7 +539,6 @@ const NetworksForm = ({
},
properties: {
chain_id: addHexPrefix(Number(chainId).toString(16)),
network_name: networkName,
symbol: ticker,
source: EVENT.SOURCE.NETWORK.CUSTOM_NETWORK_FORM,
},