-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
### 1.0.9 | ||
|
||
* Fix issue with Microsoft.ApplicationInsights 2.14.0 | ||
|
||
### 1.0.8 | ||
|
||
* Support Rider 2020.1 | ||
|
||
### 1.0.7 | ||
|
||
* Display logs in a formatted way. Especially make exceptions more readable, and stack make stack trace clickable. | ||
* Add clear button | ||
|
||
### 1.0.6 | ||
|
||
* 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 | ||
|
||
* Add filter fields. That allow to filtering logs matching the text | ||
|
||
### 1.0.4 | ||
|
||
* 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 | ||
|
||
* 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 | ||
|
||
### 1.0.2 | ||
|
||
* Remove "Refresh" button, logs are now collected automatically when starting a debug session | ||
* Add option to filter log by type | ||
|
||
### 1.0.2 | ||
|
||
* Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters