From d3490120ecaeb807efed54b4d0a3947e2871f8d2 Mon Sep 17 00:00:00 2001 From: frrahat Date: Mon, 13 Jan 2025 14:44:24 +0600 Subject: [PATCH] docs: correct default value for DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED config addresses https://github.com/DataDog/dd-trace-py/issues/11905 --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 35bb63fac20..60ed084f676 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -120,7 +120,7 @@ Traces DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED: type: Boolean - default: False + default: True description: | This configuration enables the generation of 128 bit trace ids.