Jérôme Vieilledent
Jérôme Vieilledent
@bdunogier Your comment is all about **disqus_url** variable, right ?
Hi @thomasdiluccio Can you please provide more context? Does this happen only when you define a metric with `Blackfire\Profile\Metric`?
OK I am able to reproduce it. When a metric is being defined programmatically, the `.blackfire.yaml` is ignored. ```php require __DIR__.'/vendor/autoload.php'; $blackfireClient = new \Blackfire\Client(); $config = new \Blackfire\Profile\Configuration(); $config->setTitle('Test...
I am able to reproduce with the following script: ```php require __DIR__.'/vendor/autoload.php'; $blackfireClient = new \Blackfire\Client(); $config = new \Blackfire\Profile\Configuration(); $config->setTitle('Test SDK issue'); $probe = $blackfireClient->createProbe($config); sleep(2); echo "Hello world!";...
However, when I add `skip_timeline` to `true`, the profile is first enlisted, but disappears a few seconds later (I am guessing that a consumer updates the profile afterwards): ```php
Thanks @scyzoryck ! LGTM
Hello! You're right, we should switch to PHP 7.1 at least. What do you think @romainneutron @fabpot ?
Not sure I agree... If it's invisible, it's _not there_, hence a 404 is expected
But if this change is accepted, don't forget to update ViewController in ezpublish-kernel
+1 on the principle, but please take my comments into account. @bdunogier @dpobel @patrickallaert @yannickroger @andrerom ?