- Support Rider 2024.3
- Add JSON module dependency
- Upgrade Java version to 21
- Support Rider 2024.2-eap8
- Add support for PageView telemetry
- Add declaration to get suggestion when AI related nuget package is installed
- Support Rider 2024.1-eap9
- Support Rider 2023.3-eap8
- Support Rider 2023.2-eap6
- Support Rider 2023.1-eap4
- Support Rider 2022.3.1
- Support Rider 2022.3-SNAPSHOT
- Support Rider 2022.3-eap7
- Support Rider 2022.3-eap
- Support Rider 2022.2
- Add button to clear filter
- Add a new setting to filter out logs. The settings is per project and persistent
- Add sort by date
- Support Rider 2022.1
- Support Rider 2021.3
- Add a button to sort telemetry by duration
- Support Rider 2021.2
- Support Rider 2021.1
- Fix crash when request does not have a status code
- Rework how exceptions are displayed. Exception are now parsed, and it's possible to click on symbols
- Support Rider 2020.3
- Support Rider 2020.2
- Fix issue with Microsoft.ApplicationInsights 2.14.0
- Support Rider 2020.1
- Display logs in a formatted way. Especially make exceptions more readable, and stack make stack trace clickable.
- Add clear button
- 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
- Add filter fields. That allow to filtering logs matching the text
- Add numbers of each metrics. It allow to notify there are metrics coming in even when they are filtered out
- Small improvement on UI
- 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
- Remove "Refresh" button, logs are now collected automatically when starting a debug session
- Add option to filter log by type
- Initial version