You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed the web profiler is not showing events anymore. I tested with a fresh checkout of symfony-standard also. Simply view any page in developer mode then look at the profiler toolbar.
When you click on events, it reports:
Events
No events have been recorded. Are you sure that debugging is enabled in the kernel ?
The text was updated successfully, but these errors were encountered:
* master: (554 commits)
[WebProfilerBundle] fixed typo
[WebProfileBundle] remove dependency on the DIC
[WebProfilerBundle] removed dependency on the templating component
[HttpKernel] unified the way the traceable event dispatcher injects information into the profiler (closessymfony#5733)
[WebProfilerBundle] avoid the usage of the global app variable
[WebProfilerBundle] changed all includes to use the new Twig's notation
[WebProfilerBundle] moved all static assets directly into the templates
[Console] [ProgressHelper] better percentage precision
[Form] Removed unused method ChoiceView::isSelected()
Fix incorrect inheritdoc blocks
[DomCrawler] fixed a bad merge
[Console] Fixes in ProgressHelper
[Security] Added Pbkdf2PasswordEncoder
FIX [2.1][ClassLoader]UniversalClassLoader not working with AnnotationRegistry::registerLoader
fixed typo
[Config] added some phpdocs
added entry to changelog
fixed CS
adds two convenience methods for optional configuration sections
added doc comments
...
Conflicts:
src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
I've noticed the web profiler is not showing events anymore. I tested with a fresh checkout of
symfony-standard
also. Simply view any page in developer mode then look at the profiler toolbar.When you click on events, it reports:
The text was updated successfully, but these errors were encountered: