Skip to content

Commit

Permalink
Remove (as opposed to setting to null) the current Span from the Http…
Browse files Browse the repository at this point in the history
…RequestMessage properties on request stop (#53)
  • Loading branch information
pcwiese authored and austinlparker committed Oct 3, 2019
1 parent 00df9de commit 911b8f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected override void OnNext(string eventName, object arg)

span.Finish();

request.Properties[PropertiesKey] = null;
request.Properties.Remove(PropertiesKey);
}
}
break;
Expand Down

0 comments on commit 911b8f5

Please sign in to comment.