blackfireio / php-sdk

The Blackfire PHP SDK
https://blackfire.io
MIT License
150 stars 22 forks source link

[BUG] Undefined property: Blackfire\Bridge\Symfony\BlackfiredHttpClient::$defaultOptions #73

Closed riki137 closed 3 months ago

riki137 commented 3 months ago

When calling ->withOptions() on BlackfiredHttpClient it crashes because it uses HttpClientTrait which requires $defaultOptions, but BlackfiredHttpClient does not have this property.

image
romainneutron commented 3 months ago

Hello, It should be fixed as of https://github.com/blackfireio/php-sdk/releases/tag/v2.5.2

Thanks for reporting!