Simplify web profile default config

This commit is contained in:
Fabien Potencier
2025-03-16 09:18:16 -05:00
parent f614c444f9
commit 34f5db6c82
@@ -1,17 +1,11 @@
when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler:
only_exceptions: false
collect_serializer_data: true
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }