1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Adding 'Swaps' to metametrics event categories (#14538)

This commit is contained in:
ryanml 2022-04-27 15:43:49 -07:00 committed by GitHub
parent c1e53b3330
commit 022c141ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,7 @@ export const EVENT = {
RETENTION: 'Retention', RETENTION: 'Retention',
SETTINGS: 'Settings', SETTINGS: 'Settings',
SNAPS: 'Snaps', SNAPS: 'Snaps',
SWAPS: 'Swaps',
TRANSACTIONS: 'Transactions', TRANSACTIONS: 'Transactions',
WALLET: 'Wallet', WALLET: 'Wallet',
}, },