Commit f90f81b3 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

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

parent 81accd18
......@@ -67,6 +67,7 @@ function useTryActivation() {
result: WalletConnectionResult.FAILED,
wallet_type: connection.getName(),
page: currentPage,
error: error.message,
})
setActivationState({ status: ActivationStatus.ERROR, connection, error })
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment