File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1300,9 +1300,13 @@ collect_serializer_data
1300
1300
1301
1301
**type **: ``boolean `` **default **: ``false ``
1302
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.
1303
+ Set this option to ``true `` to enable the serializer data collector and its
1304
+ profiler panel. When this option is ``true ``, all normalizers and encoders are
1305
+ 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.
1306
1310
1307
1311
rate_limiter
1308
1312
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments