You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.