From e33e717e6755a598192ed8db8d392707ddc14206 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Fri, 10 Jun 2022 13:53:10 +0200 Subject: [PATCH] [FrameworkBundle] Document the `framework.profiler.collect_serializer_data` option --- reference/configuration/framework.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 7dabd6887c9..b30b519079f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1277,6 +1277,17 @@ dsn The DSN where to store the profiling information. +.. _collect_serializer_data: + +collect_serializer_data +....................... + +**type**: ``boolean`` **default**: ``false`` + +This option enables the serializer data collector and profiler panel. If set +to ``true``, all normalizers and encoders are decorated by traceable implementations +that are meant to collect profiling information about them. + rate_limiter ~~~~~~~~~~~~