1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add event property to event sent on tx:status-update in metamask-controller (#11165)

This commit is contained in:
Dan J Miller 2021-05-24 16:32:26 -02:30 committed by ryanml
parent b9372ba50a
commit a137cd1aca

View File

@ -347,6 +347,7 @@ export default class MetamaskController extends EventEmitter {
if (txReceipt && txReceipt.status === '0x0') {
this.metaMetricsController.trackEvent(
{
event: 'Tx Status Update: On-Chain Failure',
category: 'Background',
properties: {
action: 'Transactions',