Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2352,12 +2352,16 @@ Combine it with the ``collect`` option to enable/disable the profiler on demand:
collect_serializer_data
.......................

**type**: ``boolean`` **default**: ``false``
**type**: ``boolean`` **default**: ``true``

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
When this option is ``true``, all normalizers and encoders are
decorated by traceable implementations that collect profiling information about them.

.. deprecated:: 7.3

Setting the ``collect_serializer_data`` option to ``false`` is deprecated
since Symfony 7.3.

.. _profiler-dsn:

dsn
Expand Down