feat: add error message to wallet connect fail event (#7387)

This commit is contained in:
Charles Bachmeier 2023-10-02 09:56:35 -07:00 committed by GitHub
parent 81accd1864
commit f90f81b3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,7 @@ function useTryActivation() {
result: WalletConnectionResult.FAILED,
wallet_type: connection.getName(),
page: currentPage,
error: error.message,
})
setActivationState({ status: ActivationStatus.ERROR, connection, error })
}