https://github.com/socolin/applicationinsightsriderplugin
Rider plugin to see, instantly, in a nice way Application Insights logs.
https://github.com/socolin/applicationinsightsriderplugin
Last synced: about 2 months ago
JSON representation
Rider plugin to see, instantly, in a nice way Application Insights logs.
- Host: GitHub
- URL: https://github.com/socolin/applicationinsightsriderplugin
- Owner: Socolin
- License: mit
- Created: 2020-03-22T02:54:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T06:06:13.000Z (about 2 months ago)
- Last Synced: 2025-04-06T07:19:52.231Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 607 KB
- Stars: 31
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Application Insights Debug Log Viewer
This plugin allow you to see, instantly, in a nice way [Application Insights](https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview)
To use just start a debug session with a program using Application Insights.
The logs will appear in a new tab in the debugger session.### Dev
To edit and test the plugin, just open this project with [InteliJ IDEA](https://www.jetbrains.com/idea/) and run the plugin with predefined run configuration
### Build
```
$ ./gradlew :buildPlugin -PbuildType=stable
```Then the plugins will be in `build/distributions`
### Screenshot

### License
MIT
### Special thanks
* Ivan Migalev: Help about Rider / InteliJ plugin API