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

Sentry Issue: Handle error and change issue level #111

Open
Ben-Hodgkiss opened this issue Oct 21, 2024 · 0 comments
Open

Sentry Issue: Handle error and change issue level #111

Ben-Hodgkiss opened this issue Oct 21, 2024 · 0 comments
Assignees

Comments

@Ben-Hodgkiss
Copy link
Contributor

Overview

Sentry has noticed an issue on the production Async Back-end that occurs when a URL cannot be downloaded during the Submit process. This is likely because the URL given to the service is incorrect. We should handle this issue and change the level so that it does not flag as an error.

Tech Approach

  • Currently an exception is being raised when we are given a url and try to collect from it but don’t retrieve any content
  • This exception is not being handled which is generating the Sentry issue
  • Either we can remove the exception and instead use logging to notify us when this happens (at a level lower than error), or we could handle the exception

Acceptance Criteria/Tests

  • When fixed, this issue should no longer appear in Sentry but as a handled issue.

Resourcing

  • None
@Ben-Hodgkiss Ben-Hodgkiss converted this from a draft issue Oct 21, 2024
@ssadhu-sl ssadhu-sl self-assigned this Nov 18, 2024
@Ben-Hodgkiss Ben-Hodgkiss moved this from Sprint Backlog to In Development in Infrastructure Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Development
Development

No branches or pull requests

2 participants