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

NFTs: Update event name for Detect NFT settings (#17597)

This commit is contained in:
David Walsh 2023-02-03 19:19:07 -06:00 committed by GitHub
parent 678ad6397b
commit 68ea3a7298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,9 +117,9 @@ export default class ExperimentalTab extends PureComponent {
onToggle={(value) => {
this.context.trackEvent({
category: EVENT.CATEGORIES.SETTINGS,
event: 'Collectible Detection',
event: 'NFT Detected',
properties: {
action: 'Collectible Detection',
action: 'NFT Detected',
legacy_event: true,
},
});