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.
2 parents 70cf267 + fcd3d4b commit 608aebcCopy full SHA for 608aebc
reference/configuration/framework.rst
@@ -1307,6 +1307,21 @@ dsn
1307
1308
The DSN where to store the profiling information.
1309
1310
+.. _collect_serializer_data:
1311
+
1312
+collect_serializer_data
1313
+.......................
1314
1315
+**type**: ``boolean`` **default**: ``false``
1316
1317
+Set this option to ``true`` to enable the serializer data collector and its
1318
+profiler panel. When this option is ``true``, all normalizers and encoders are
1319
+decorated by traceable implementations that collect profiling information about them.
1320
1321
+.. versionadded:: 6.1
1322
1323
+ The ``collect_serializer_data`` option was introduced in Symfony 6.1.
1324
1325
rate_limiter
1326
~~~~~~~~~~~~
1327
0 commit comments