Skip to content

Releases: Socolin/ApplicationInsightsRiderPlugin

1.0.9

05 May 23:01
Compare
Choose a tag to compare

Fix issue with Microsoft.ApplicationInsights 2.14.0

1.0.8

05 May 23:01
Compare
Choose a tag to compare

Support Rider 2020.1

1.0.7

05 May 22:59
Compare
Choose a tag to compare
  • Display logs in a formatted way. Especially make exceptions more readable, and stack make stack trace clickable.
  • Add clear button

1.0.6

29 Mar 17:38
Compare
Choose a tag to compare
  • Add button to toggle auto-scroll when new log are added
  • General UI improvements
  • Add indicator on logs filtered by a TelemetryProcessor (like the AdaptiveSampling or SamplingTelemetryProcessor.
  • The ApplicationInsights tab will only appear on first application insights log. It will not appear on project that does not use AI

1.0.5

29 Mar 17:37
Compare
Choose a tag to compare
  • Add filter fields. That allow to filtering logs matching the text

1.0.4

26 Mar 04:46
9d93184
Compare
Choose a tag to compare
  • Add numbers of each metrics. It allow to notify there are metrics coming in even when they are filtered out
  • Small improvement on UI

1.0.3

26 Mar 04:44
Compare
Choose a tag to compare
  • Move Application Insights tool window to the debugger panel, in a new tab
  • Selecting an exception in logs will go to where this exception was throw in the code