Open maxgalbu opened 6 years ago
Apparently blackfire starts a probe as soon as the script starts. To stop it:
$probe = \BlackfireProbe::getMainInstance();
$probe->discard();
Even if I do this, after doing endLoop()
nothing shows up on the blackfire.io dashboard.
test.php is the same code as the php sdk guide:
This is the output:
PHP version: