Skip to content
This repository was archived by the owner on Jul 5, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7169d3a
Refactor CorrelationIdLookupHelper to depend on config value (not imp…
Mar 21, 2018
a33ce43
code cleanup
Mar 21, 2018
347a85f
update name of Config method
Mar 23, 2018
a05aa2f
change to use new config.ApplicationIdProvider
Apr 2, 2018
9c34877
remove commented code
Apr 3, 2018
a8dd9e7
added nuget install scripts
Apr 3, 2018
b882b97
marked property as obsolete
Apr 3, 2018
8e74714
Update CHANGELOG.md
Apr 9, 2018
2fa47f4
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
Apr 9, 2018
09b7643
Update CHANGELOG.md
Apr 9, 2018
4f9e5f7
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
Apr 9, 2018
e4c5167
fix stylecop
Apr 9, 2018
9a75dd9
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
Apr 9, 2018
b5dcee0
fix stylecop issues
Apr 9, 2018
a134797
cleanup usings
Apr 9, 2018
52c56cc
cleanup usings
Apr 9, 2018
17fcc1d
Merge branch 'tilee/remove_CorrelationIdLookupHelper' of https://gith…
Apr 9, 2018
479015f
update test app configs
Apr 10, 2018
26cd6ee
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
Apr 10, 2018
927fb69
removed incorrect comment
Apr 10, 2018
4a3dbff
Merge branch 'develop' into tilee/remove_CorrelationIdLookupHelper
Apr 13, 2018
9a53f19
fix ai.config and update test to be more meaningful
Apr 16, 2018
c64617f
correct ai.config
Apr 16, 2018
2f72f86
update ai.config
Apr 16, 2018
0008364
update config
Apr 16, 2018
d7ecf13
Merge branch 'tilee/remove_CorrelationIdLookupHelper' of https://gith…
Apr 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 2.6.0-beta4
- [Remove CorrelationIdLookupHelper. Use TelemetryConfiguration.ApplicationIdProvider instead.](https://github.com/Microsoft/ApplicationInsights-dotnet-server/pull/880)
This change also fixes [ProfileQueryEndpoint is not overridable](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/853)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest to formulate it as what you can do now, not what was the issue before. Instead "This change also fixes ProfileQueryEndpoint is not overridable" say "with this change you can update URL to query application ID from which enables environments with reverse proxy configuration to access Application Insights ednpoints".



## Version 2.6.0-beta3
- [Ignore Deprecated events if running under netcore20](https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/848)
- [Implement unhandled exception auto-tracking (500 requests) for MVC 5 and WebAPI 2 applications.](https://github.com/Microsoft/ApplicationInsights-dotnet-server/pull/847)
Expand Down