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
- Host: GitHub
- URL: https://github.com/getsentry/sentry-visualstudio
- Owner: getsentry
- License: mit
- Created: 2020-12-09T23:19:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:46:29.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T06:47:10.749Z (7 months ago)
- Topics: tag-production
- Language: C#
- Homepage:
- Size: 5.34 MB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Sentry Integration with Visual Studio
===========[](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

