We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are throwing an error in the logs when user closes the withdrawal modal during transaction assembly.
Pre-requisite: an account with withdrawable funds Steps:
Withdraw
X
Building transaction data
Result: Window closed, but error thrown in the logs (and visible in Sentry):
Uncaught (n promise) Error: Withdrawal cancelled`
As discussed on Discord, we should check if we can safely suppress the error
The text was updated successfully, but these errors were encountered:
AENG-29 Remove error from logs when user closes the withdrawal modal during transaction assembly
Sorry, something went wrong.
No branches or pull requests
We are throwing an error in the logs when user closes the withdrawal modal during transaction assembly.
Pre-requisite: an account with withdrawable funds
Steps:
Withdraw
X
on theBuilding transaction data
modalResult:
Window closed, but error thrown in the logs (and visible in Sentry):
As discussed on Discord, we should check if we can safely suppress the error
The text was updated successfully, but these errors were encountered: