diff --git a/src/pages/Swap/index.tsx b/src/pages/Swap/index.tsx index 7ce767d3de..c1e83603d6 100644 --- a/src/pages/Swap/index.tsx +++ b/src/pages/Swap/index.tsx @@ -286,6 +286,11 @@ export default function Swap({ history }: RouteComponentProps) { swapCallback() .then((hash) => { setSwapState({ attemptingTxn: false, tradeToConfirm, showConfirm, swapErrorMessage: undefined, txHash: hash }) + ReactGA.event({ + category: 'Swap', + action: 'transaction hash', + label: hash, + }) ReactGA.event({ category: 'Swap', action: