File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2352,12 +2352,16 @@ Combine it with the ``collect`` option to enable/disable the profiler on demand:
2352
2352
collect_serializer_data
2353
2353
.......................
2354
2354
2355
- **type **: ``boolean `` **default **: ``false ``
2355
+ **type **: ``boolean `` **default **: ``true ``
2356
2356
2357
- Set this option to ``true `` to enable the serializer data collector and its
2358
- profiler panel. When this option is ``true ``, all normalizers and encoders are
2357
+ When this option is ``true ``, all normalizers and encoders are
2359
2358
decorated by traceable implementations that collect profiling information about them.
2360
2359
2360
+ .. deprecated :: 7.3
2361
+
2362
+ Setting the ``collect_serializer_data `` option to ``false `` is deprecated
2363
+ since Symfony 7.3.
2364
+
2361
2365
.. _profiler-dsn :
2362
2366
2363
2367
dsn
You can’t perform that action at this time.
0 commit comments