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
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
The text was updated successfully, but these errors were encountered:
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
Acceptance Criteria/Tests
Resourcing
The text was updated successfully, but these errors were encountered: