https://github.com/mebjas/prettyexceptions
Sort of tired of dealing with exceptions in .net. The goal of this repository is to take away the ugliness.
https://github.com/mebjas/prettyexceptions
analytics application-insights dotnet exception
Last synced: about 1 month ago
JSON representation
Sort of tired of dealing with exceptions in .net. The goal of this repository is to take away the ugliness.
- Host: GitHub
- URL: https://github.com/mebjas/prettyexceptions
- Owner: mebjas
- License: mit
- Created: 2018-10-08T12:56:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T22:21:28.000Z (over 6 years ago)
- Last Synced: 2024-04-13T23:15:38.467Z (about 1 year ago)
- Topics: analytics, application-insights, dotnet, exception
- Language: TypeScript
- Size: 275 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrettyExceptions
Sort of tired of dealing with exceptions in .net. The goal of this repository is to take away the ugliness.## TODO
### MVP Version 1
- [x] Basic portal to add exception stack (JSON)
- [x] Basic View where you can view this exception in prettified manner.### MVP Version 2
- [ ] Option to add more than one exception and visualize.
- [ ] Option to view correlation (possible) between these exceptions.
- [ ] Option to save these exceptions to local storage
- [ ] Move to React.### MVP Version 3
- [ ] Add support for Knowledge Base.
- [ ] Option to annotate and add data to KB.
- [ ] Live tagging of execptions based on KB data.