status-desktop/ui/app/AppLayouts
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
..
Chat fix(chat): Fix disappearing payment request after message edit 2024-12-05 17:41:56 +03:00
Communities chore(@desktop/wallet): Chnage the send modal mechanism to follow new architecture guidelines. 2024-12-04 21:34:12 +01:00
Node [Style] remove legacy Style and its themes 2024-10-22 15:54:31 +02:00
Onboarding Utils.getCompressedPk removed from multiple components 2024-10-31 11:11:30 +01:00
Profile chore: identify version numbers using a git tag (#16652) 2024-12-04 22:42:48 +00:00
Wallet feat(dapps): Adding dapp metrics 2024-12-13 15:32:52 +02:00
stores feat(@desktop/wallet): Adding feature flag for Simple Send until it is ready for release 2024-12-04 21:34:12 +01:00