We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
framework.profiler.collect_serializer_data
1 parent cd94a3e commit f0f1e80Copy full SHA for f0f1e80
reference/configuration/framework.rst
@@ -1277,6 +1277,17 @@ dsn
1277
1278
The DSN where to store the profiling information.
1279
1280
+.. _collect_serializer_data:
1281
+
1282
+collect_serializer_data
1283
+.......................
1284
1285
+**type**: ``boolean`` **default**: ``true``
1286
1287
+This option enables the serializer data collector and profiler panel. If set
1288
+to ``true``, all normalizers and encoders are decorated by traceable implementations
1289
+that are meant to collect profiling information about them.
1290
1291
rate_limiter
1292
~~~~~~~~~~~~
1293
0 commit comments