Skip to content

Commit

Permalink
feature(network-selection): metrics implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Jul 30, 2024
1 parent af124ab commit ddf148f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
44 changes: 22 additions & 22 deletions apps/wallet-mobile/.storybook/storybook.requires.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const NetworkTag = ({
return
}

track.networkSelected({to_network: nextNetwork, from_network: selectedNetwork})
walletManager.setSelectedNetwork(nextNetwork)
return
}
Expand Down

0 comments on commit ddf148f

Please sign in to comment.