An open API service indexing awesome lists of open source software.

https://github.com/getsentry/sentry-visualstudio

Visual Studio 2019 plugin for Sentry
https://github.com/getsentry/sentry-visualstudio

tag-production

Last synced: 7 months ago
JSON representation

Visual Studio 2019 plugin for Sentry

Awesome Lists containing this project

README

          






Sentry


Sentry Integration with Visual Studio
===========

[![build](https://github.com/getsentry/sentry-visualstudio/workflows/build/badge.svg?branch=master)](https://github.com/getsentry/sentry-visualstudio/actions?query=branch%3Amaster)

WIP Visual Studio CodeLens integration for Sentry, supporting both hosted and on-premises.

It currently only supports C#. PRs for other languages are welcome.

# Requirements
* .NET Framework 4.8
* Visual Studio 2017 or 2019

# TODO:
- [ ] Figure out why the custom CodeLens UI via `IViewFactory` doesn't work
- [ ] Either cache namespaces or only read the source files up to the namespace definition to reduce unnecessary IO

![CodeLens](.github/code-lens-ex-count.png)
![CodeLens exception ount](.github/code-lens.png)
![Window](.github/window.png)