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
…ot displayed in WebProfilerBundle (SVillette)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpKernel][WebProfilerBundle] Fixed error count by log not displayed in WebProfilerBundle
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#45183
| License | MIT
| Doc PR | -
This PR is the following of #45198. Refer to this PR for details.

Commits
-------
5e1a2cb [HttpKernel] Fixed error count by log not displayed in WebProfilerBundle
Symfony version(s) affected
>=5.4
Description
Since SF >=5.4, The "Deprecations [n]" tab under Logs menu in the profiler doesn't show how many times a single deprecation is triggered.
I think this is linked to the redesigned profiler logs feature (#42195)
How to reproduce
You only need a fresh project with Symfony 5.3 and debug pack, then update to SF 5.4 to compare the results.
Possible Solution
No response
Additional Context
Symfony profiler in 5.3:
Symfony profiler in 5.4:
The text was updated successfully, but these errors were encountered: