We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c1c09 commit 3873faeCopy full SHA for 3873fae
DataCollector/HttpClientDataCollector.php
@@ -135,6 +135,7 @@ private function collectOnClient(TraceableHttpClient $client): array
135
136
$debugInfo = array_diff_key($info, $baseInfo);
137
$info = array_diff_key($info, $debugInfo) + ['debug_info' => $debugInfo];
138
+ unset($traces[$i]['info']); // break PHP reference used by TraceableHttpClient
139
$traces[$i]['info'] = $this->cloneVar($info);
140
$traces[$i]['options'] = $this->cloneVar($trace['options']);
141
}
0 commit comments