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 GitHub
parent 9d943dc4c6
commit 3cbef734f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,6 +359,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',