microsoft / ApplicationInsights-dotnet

ApplicationInsights-dotnet
MIT License
565 stars 287 forks source link

Adaptive Sampling processor that includes events not being inserted on update #519

Closed SergeyKanzhelev closed 7 years ago

SergeyKanzhelev commented 7 years ago

This part of XDT failed to insert the new processor:

https://github.com/Microsoft/ApplicationInsights-dotnet/blob/2.4.0-beta1/src/TelemetryChannels/ServerTelemetryChannel/NuGet/ApplicationInsights.config.install.xdt#L22-L27

image

SergeyKanzhelev commented 7 years ago

It was fixed with the PR above