Skip to content

Commit

Permalink
feat(web): add send analytic events (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackShort authored May 16, 2024
1 parent ef6931d commit c35b4ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export enum InterfaceEventName {
NAVBAR_SEARCH_EXITED = 'Navbar Search Exited',
NAVBAR_SEARCH_SELECTED = 'Navbar Search Selected',
RISK_CHECKED = 'Risk Checked',
SEND_INITIATED = 'Send Initiated',
SEND_RECIPIENT_SELECTED = 'Send Recipient Selected',
TOKEN_IMPORTED = 'Token Imported',
TOKEN_SELECTED = 'Token Selected',
TOKEN_SELECTOR_OPENED = 'Token Selector Opened',
Expand Down
3 changes: 3 additions & 0 deletions src/interface/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ export enum InterfaceElementName {
NFT_TRENDING_ROW = 'nft-trending-row',
POOLS_TABLE_ROW = 'pools-table-row',
PRICE_UPDATE_ACCEPT_BUTTON = 'price-update-accept-button',
SEND_BUTTON = 'send-button',
SEND_MAX_BUTTON = 'send-max-button',
SEND_REVIEW_BUTTON = 'send-review-button',
SUPPORT_LINK = 'support-link',
SWAP_BUTTON = 'swap-button',
SWAP_DETAILS_DROPDOWN = 'swap-details-dropdown',
Expand Down

0 comments on commit c35b4ec

Please sign in to comment.