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
9d943dc4c6
commit
3cbef734f2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user