Hey! Having code on building class like ```php $this->client = $client->withOptions([ 'base_uri' => $baseUri, ]); ``` And in method of my client I am calling ```php $content = $this->client->request('GET', 'api/get-user', ... ``` So I do not have any host, schema in url and spans become poor. <img width="382" alt="Image" src="https://github.com/user-attachments/assets/e570e649-d970-4e45-b9c8-1acaaa4f7740" /> p.s. I can try to PR this with a `HttpClientTrait` WDYT?