Skip to content

Commit

Permalink
Fix: pass actionId as its own property of transactionEventPayload whe…
Browse files Browse the repository at this point in the history
…n calling createUpdateFinalizeTransactionEventFragment
  • Loading branch information
danjm committed May 2, 2024
1 parent b6b8530 commit c64e67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/lib/transaction/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const handleTransactionConfirmed = async (
eventName: TransactionMetaMetricsEvent.finalized,
extraParams,
transactionEventPayload: {
actionId: transactionMeta.actionId,
transactionMeta,
},
transactionMetricsRequest,
Expand Down

0 comments on commit c64e67f

Please sign in to comment.