Closed
Description
Symfony version(s) affected
6.2.5
Description
In 6.2.2 I was getting trace information in the http_client profiler to run tests on so I could check some requests were made. In 6.2.5, the profiler no longer has this data.
How to reproduce
Using $collector = $this->getProfile()->getCollector('http_client')
in my test, I loop through each client. The clients have an empty array in the trace
property now.
Possible Solution
Investigating
Additional Context
No response