Skip to content

Commit 8540ffd

Browse files
committed
minor #16864 [FrameworkBundle] Document the framework.profiler.collect_serializer_data option (chalasr)
This PR was merged into the 6.1 branch. Discussion ---------- [FrameworkBundle] Document the `framework.profiler.collect_serializer_data` option Documents the option added in symfony/symfony#46625. Commits ------- e33e717 [FrameworkBundle] Document the `framework.profiler.collect_serializer_data` option
2 parents a24d2d4 + e33e717 commit 8540ffd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/configuration/framework.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,17 @@ dsn
12931293

12941294
The DSN where to store the profiling information.
12951295

1296+
.. _collect_serializer_data:
1297+
1298+
collect_serializer_data
1299+
.......................
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.
1306+
12961307
rate_limiter
12971308
~~~~~~~~~~~~
12981309

0 commit comments

Comments
 (0)