mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
remove network name from analytics (#16781)
This commit is contained in:
parent
f162c58f5a
commit
f7014a79fc
@ -288,7 +288,6 @@ async function addEthereumChainHandler(
|
||||
},
|
||||
properties: {
|
||||
chain_id: _chainId,
|
||||
network_name: _chainName,
|
||||
symbol: ticker,
|
||||
source: EVENT.SOURCE.TRANSACTION.DAPP,
|
||||
},
|
||||
|
@ -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,
|
||||
},
|
||||
|
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user