Adopt ErrorNoTelemetry
on expected errors
#145043
Labels
engineering
VS Code - Build / issue tracking / etc.
error-telemetry
VS Code - Issues generated by telemetry
Milestone
Currently we have a lot of errors which are expected to occur and are being thrown on purpose but end up polluting our telemetry pipeline. The newly added
ErrorNoTelemetry
class acts as a normalError
but instead does not get sent through telemetry and therefore does not pollute the error health site. Further adoption of this class will continue increasing the usefulness of the error site by allowing more of the errors to be actionable on our part.The text was updated successfully, but these errors were encountered: