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:
parent
b9372ba50a
commit
a137cd1aca
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user