blackfireio / php-sdk

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

Tag new version with ignoreTransaction #58

Closed sweoggy closed 2 years ago

sweoggy commented 3 years ago

Hello!

Could we please have a tag including ignoreTransaction provided by:

6cb8712538a24a3b1ce6b77e3c64114fc3b6d0d9

romainneutron commented 3 years ago

Hello @sweoggy I'm wondering in which case you're using \BlackfireProbe provided by the PHP SDK. In most cases, you should not use this one but the version provided by the PHP extension.

lolautruche commented 3 years ago

Hello @sweoggy

@romainneutron is right, you don't need to install the SDK to use \BlackfireProbe, as this class is provided by the Probe (the PHP extension). If it's not available for you, then please consider upgrading your probe :wink:

sweoggy commented 3 years ago

Hi, we use both for auto completion purposes in IDE and avoiding errors in PHPStorm.

As far as I know we use the latest probe, but I might have to check our environment

lolautruche commented 3 years ago

It's already included in PHPStorm stubs: https://github.com/JetBrains/phpstorm-stubs/blob/master/blackfire/blackfire.php You might want to have a look at the corresponding documentation 😉 . However, I'm not sure if it's been released in the latest version of PHPStorm.

iamluc commented 2 years ago

Done