Parcourir la source

upgrade symfony/web-profiler-bundle

Vincent il y a 2 ans
Parent
commit
e55f19c204
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      config/packages/web_profiler.yaml

+ 3 - 1
config/packages/web_profiler.yaml

@@ -4,7 +4,9 @@ when@dev:
         intercept_redirects: false
 
     framework:
-        profiler: { only_exceptions: false }
+        profiler:
+            only_exceptions: false
+            collect_serializer_data: true
 
 when@test:
     web_profiler: