You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
When HttpDesktopDiagnosticSourceListener receives System.Net.Http.Desktop.HttpRequestOut.Start event from DiagnosticSource, it injects Request-Id header.
After that DiagnosticSource injects it too.
AppInsights must only inject the header if request is instrumented with profiler .
This issue does not break customers since they use version of DiagnosticSource that do not inject headers (the only one available on nuget.org).
However the fix is needed in the stable release with updated DiagnosticSource.
The text was updated successfully, but these errors were encountered:
When
HttpDesktopDiagnosticSourceListener
receivesSystem.Net.Http.Desktop.HttpRequestOut.Start
event from DiagnosticSource, it injects Request-Id header.After that DiagnosticSource injects it too.
AppInsights must only inject the header if request is instrumented with profiler .
This issue does not break customers since they use version of DiagnosticSource that do not inject headers (the only one available on nuget.org).
However the fix is needed in the stable release with updated DiagnosticSource.
The text was updated successfully, but these errors were encountered: