Skip to content

Commit

Permalink
feat(useCollectNft): send amount to posthog
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Feb 8, 2025
1 parent 29676ad commit eb163ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/[guild]/collect/hooks/useCollectNft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const useCollectNft = () => {
}
)

captureEvent("Minted NFT (GuildCheckout)", postHogOptions)
captureEvent("Minted NFT (GuildCheckout)", { ...postHogOptions, amount })

toastWithShareButtons({
title: `Successfully collected ${amount > 1 ? `${amount} ` : ""}NFT${
Expand Down

0 comments on commit eb163ac

Please sign in to comment.