Skip to content
New issue

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

Custom Sentry capture for scanTx errors #1842

Open
piyalbasu opened this issue Feb 11, 2025 · 0 comments
Open

Custom Sentry capture for scanTx errors #1842

piyalbasu opened this issue Feb 11, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@piyalbasu
Copy link
Contributor

Context:

  • 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
@piyalbasu piyalbasu added the bug Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant