Skip to content

Commit

Permalink
removed call to set endtime
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley committed Aug 16, 2023
1 parent b4405a0 commit 3a208b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ private static void ProcessResult(IAsyncResult asyncResult, AsyncCallback asyncC
HttpInstrumentationEventSource.Log.FailedProcessResult(ex);
}

activity.SetEndTime(DateTime.UtcNow);
activity.Stop();

TagList tags = default;
Expand Down

0 comments on commit 3a208b9

Please sign in to comment.