Skip to content

Commit

Permalink
added amount to metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Aug 9, 2024
1 parent 80c55d0 commit 16f2ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/connect/src/providers/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const eventHandler = (e: WormholeConnectEvent) => {
toTokenAddress: getTokenAddress(e.details.toToken),
txId: e.details.txId,
USDAmount: e.details.USDAmount,
amount: e.details.amount,
route:
{
bridge: "Manual Bridge",
Expand Down

0 comments on commit 16f2ade

Please sign in to comment.