Skip to content
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Fix diagnostics handler creation
  • Loading branch information
Steve Pfister committed Jul 14, 2021
commit 369dbd7223566015fd5a26684140e01459905355
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public HttpClientHandler()

if (DiagnosticsHandler.IsGloballyEnabled())
{
_diagnosticsHandler = new DiagnosticsHandler(handler);
_diagnosticsHandler = new DiagnosticsHandler(handler, DistributedContextPropagator.Current);
}
}

Expand Down