ApplicationInsightsRiderPlugin icon indicating copy to clipboard operation
ApplicationInsightsRiderPlugin copied to clipboard

Rider plugin to see, instantly, in a nice way Application Insights logs.

Results 10 ApplicationInsightsRiderPlugin issues
Sort by recently updated
recently updated
newest added

This plugin generates the following exception: ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'fr.socolin.applicationinsights.ui.AppInsightsToolWindow$2' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin:...

https://github.com/Socolin/ApplicationInsightsRiderPlugin/blob/1976bba60df3ad4e2affc58b585a892914de86b5/src/main/java/fr/socolin/applicationinsights/TelemetryType.java#L6-L13 When developing the desktop application, the "Screen/Page View" events are used extensively (which are tracked with the [`TelemetryClient.TrackPageView()`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.applicationinsights.telemetryclient.trackpageview?view=azure-dotnet&viewFallbackFrom=netstandard-2.0)). Currently, the plugin can't recognize this event and display the screen...

Sometimes, I want to hide noise from the logs like in this scenario: ![image](https://github.com/Socolin/ApplicationInsightsRiderPlugin/assets/839937/b8fe07fe-b104-4d6b-9281-eb46af846e79) It would be useful to have something like a checkbox to invert the current search. I...

enhancement

Rider version JetBrains Rider 2023.3.3 Build #RD-233.14015.60, built on January 19, 2024 Runtime version: 17.0.9+7-b1087.11 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 6.5.0-18-generic .NET Core v7.0.10 x64...

I do not see the tab when debugging isolated azure functions. Will this be supported in the future?

Would be great if we could sort based on duration, to find slow database queries, for example.

enhancement

It would be really nice to have the option to dig through app insights logs that are not bound to a local debugging session, e.g. to debug a deployed azure...

the lines in the right panel are sometimes very long

would be nice to be able to sort result in a regular way toggle filter indicator and toggle duration is kinda strange (or i don't get it right ;)

This is a tall order probably, but it would be great if there's a tree view that shows the relation of telemetry items based on `OperationId` and `RequestId`/ `ParentId`. Maybe...