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

Switch from sentry to application insights #343

Closed ryanluker closed 3 years ago

ryanluker commented 3 years ago

Description

Sentry seems to capture errors between running extensions in the same thread within VS Code. Swapping to a more standard logging platform for VS Code extensions is preferable to avoid this leakage!

Work