Skip to content

Commit

Permalink
feat: Add 'transaction_internal_id' property on all transaction events
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Dec 4, 2024
1 parent b706299 commit cca40e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/lib/transaction/metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe('Transaction metrics', () => {
ui_customizations: ['redesigned_confirmation'],
transaction_advanced_view: undefined,
transaction_contract_method: undefined,
transaction_internal_id: '1',
};

expectedSensitiveProperties = {
Expand Down

0 comments on commit cca40e0

Please sign in to comment.