status-desktop/ui/app/mainui
Alex Jbanca 591ba990cc
feat(dapps): Adding dapp metrics
closes #16912

Sending the dapps events to mixpanel

| Event Name | Properties | Possible Values | Notes |
| --- | --- | --- | --- |
| dapps-health | state | - wc_available
- wc_unavailable
- chains_down
- network_down
- pair_error
- connection_error
- sign_error |  |
|  | error |  | string description |
| dapps-navigation | flow | - dapps_list_opened
- connect_initiated
- disconnect_initiated
- pair_initiated |  |
|  | connector | - wallet_connect
- browser_connect |  |
| dapps-connection | flow | - proposal_received
- proposal_accepted
- proposal_rejected
- connected
- disconnected |  |
|  | networks | networks[string] - array of networks | Array of proposed or connected networks |
|  | methods | methods[string] - array of methods | Array of proposed methods |
|  | dapp | dapp uri |  |
|  | connector | - wallet_connect
- browser_connect |  |
|  | isSiwe | boolean |  |
| dapps-sign | flow | - sign_received
- sign_accepted
- sign_rejected |  |
|  | connector | - wallet_connect
- browser_connect |  |
|  | method | - personal_sign
- eth_sign
- eth_signTypedData_v4
- eth_signTypedData
- eth_signTransaction
- eth_sendTransaction |  |
|  | dapp | string - dapp uri |  |
|  | chainId | int - chain id |  |
2024-12-13 15:32:52 +02:00
..
activitycenter ActivityNotificationMessage/Chat.RootStore: remove dependency on nim model's onItemChanged signal 2024-11-14 15:13:24 +01:00
adaptors ContactDetails decomposed into smaller, more specialized components 2024-11-29 17:46:50 +01:00
panels [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
AppMain.qml feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
AppSearch.qml UtilsStore creaed, isChatKey method moved 2024-10-28 23:16:31 +01:00
Popups.qml chore(@desktop/wallet): Reduced number of global calls related to send modal 2024-12-04 21:34:12 +01:00
SendModalHandler.qml feat(@desktop/wallet): Adding feature flag for Simple Send until it is ready for release 2024-12-04 21:34:12 +01:00
SplashScreen.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
StatusTrayIcon.qml [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
ToastsManager.qml chore(@desktop/wallet): Reduced number of global calls related to send modal 2024-12-04 21:34:12 +01:00
qmldir chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00