Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Jan 7, 2025
1 parent 7ca7add commit 7bb8549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ private void ProcessFolder(string folder, SearchOption searchOption)
// Is not part of the spec but useful for support tickets.
// We try to extract session variables (from out of process sessions)
// and try to send a message to the IPC server for setting the test.code_coverage.injected tag.
var extractedContext = SpanContextPropagator.Instance.Extract(
var extractedContext = TracerManager.Instance.SpanContextPropagator.Extract(
EnvironmentHelpers.GetEnvironmentVariables(),
new DictionaryGetterAndSetter(DictionaryGetterAndSetter.EnvironmentVariableKeyProcessor));

Expand Down

0 comments on commit 7bb8549

Please sign in to comment.