Skip to content

Commit 608aebc

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: [FrameworkBundle] Document the `framework.profiler.collect_serializer_data` option
2 parents 70cf267 + fcd3d4b commit 608aebc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

reference/configuration/framework.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,21 @@ dsn
13071307

13081308
The DSN where to store the profiling information.
13091309

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+
13101325
rate_limiter
13111326
~~~~~~~~~~~~
13121327

0 commit comments

Comments
 (0)