aspnet / Microsoft.AspNet.TelemetryCorrelation

Microsoft.AspNet.CorrelationIdTracker module for tracking multi-tier activities
Other
13 stars 18 forks source link

If TelemetryCorrelationHttpModule is not the first in pipeline, correlation may be broken #42

Closed lmolkova closed 5 years ago

lmolkova commented 6 years ago

See https://github.com/Microsoft/ApplicationInsights-dotnet-server/issues/1049

In web.config transformation, insert TelemetryCorrelationHttpModule to be the first in pipeline

Do not make TelemetryCorrelationHttpModule create another Activity if one was already created.

SergeyKanzhelev commented 5 years ago

Can you give TLDR - is it dup of https://github.com/aspnet/Microsoft.AspNet.TelemetryCorrelation/issues/17 or separate issue?

lmolkova commented 5 years ago

this is dup.