You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain scanTx calls errors are resulting in a 520 error which appears to be a Cloudfront specific error
We aren't able to replay the error if the XDR is very long; Sentry has a max character limit for storage and this XDR exceeds it.
Acceptance Criteria:
wrap the scanTx function in a try...catch, and in the event of error and long XDR, chunk the XDR and report them separately to Sentry so we can piece it back together manually
The text was updated successfully, but these errors were encountered:
Context:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: