From 454536494fc670d15c38df55290d76246cad6798 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 5 May 2025 09:16:56 +0200 Subject: [PATCH] fix default value for the "collect_serializer_data" option --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 56a7dfe54b1..b9ce997e128 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2354,7 +2354,7 @@ Combine it with the ``collect`` option to enable/disable the profiler on demand: collect_serializer_data ....................... -**type**: ``boolean`` **default**: ``true`` +**type**: ``boolean`` **default**: ``false`` When this option is ``true``, all normalizers and encoders are decorated by traceable implementations that collect profiling information about them.