microsoft / devhomegithubextension

Dev Home GitHub Extension
MIT License
284 stars 45 forks source link

Add HttpRequestException expected exception handling #443

Closed dkbennett closed 2 months ago

dkbennett commented 2 months ago

Summary of the pull request

Adds exception handling to not spam detailed error stack when we have an HttpRequest exception. This keeps the log clean and avoids giving us false alarm exception spam when unrelated network issues happen, such as DNS resolution problems or simply no internet connection.

References and relevant issues

Observed such false alarm spam in: https://github.com/microsoft/devhome/issues/3778

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist