Skip to content

Commit

Permalink
fix: make nft properties sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
BZahory committed Aug 22, 2024
1 parent 07b9090 commit b16fb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/app/assets/nfts/nfts-items/nfts-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ export default function NftsItems({
category: MetaMetricsEventCategory.Send,
properties: {
is_destination_asset_picker_modal: false,
new_asset_symbol: nft.name,
new_asset_address: nft.address,
is_nft: true,
},
sensitiveProperties: {
...sendAnalytics,
new_asset_symbol: nft.name,
new_asset_address: nft.address,
},
},
{ excludeMetaMetricsId: false },
Expand Down

0 comments on commit b16fb44

Please sign in to comment.