We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8540ffd commit fcd3d4bCopy full SHA for fcd3d4b
reference/configuration/framework.rst
@@ -1300,9 +1300,13 @@ collect_serializer_data
1300
1301
**type**: ``boolean`` **default**: ``false``
1302
1303
-This option enables the serializer data collector and profiler panel. If set
1304
-to ``true``, all normalizers and encoders are decorated by traceable implementations
1305
-that are meant to collect profiling information about them.
+Set this option to ``true`` to enable the serializer data collector and its
+profiler panel. When this option is ``true``, all normalizers and encoders are
+decorated by traceable implementations that collect profiling information about them.
1306
+
1307
+.. versionadded:: 6.1
1308
1309
+ The ``collect_serializer_data`` option was introduced in Symfony 6.1.
1310
1311
rate_limiter
1312
~~~~~~~~~~~~
0 commit comments