ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
460 stars 88 forks source link

Prevent capturing external api errors #318

Closed ryanluker closed 3 years ago

ryanluker commented 3 years ago

Issue

308

Description

We get a lot of sentry errors that are just around the coverage parser internals rather then our usage of it. This PR removes the capturing of these errors to sentry but still displays them to the end user.