We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.x
Python 3.x
pip 22.x
As per documentation default value for DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED is False:
False
dd-trace-py/docs/configuration.rst
Lines 121 to 123 in d0b151a
But in code it is being passed as True:
True
dd-trace-py/ddtrace/settings/config.py
Line 515 in d0b151a
I think it was introduced by this: #7181 and True as default is the expected here. So need to update the documentation accordingly.
No response
The text was updated successfully, but these errors were encountered:
fix incorrect default value for DD_TRACE_128_BIT_TRACEID_GENERATION_E…
00fb0c1
…NABLED config addresses DataDog#11905
docs: correct default value for DD_TRACE_128_BIT_TRACEID_GENERATION_E…
851df9b
d349012
No branches or pull requests
Tracer Version(s)
2.x
Python Version(s)
Python 3.x
Pip Version(s)
pip 22.x
Bug Report
As per documentation default value for DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED is
False
:dd-trace-py/docs/configuration.rst
Lines 121 to 123 in d0b151a
But in code it is being passed as
True
:dd-trace-py/ddtrace/settings/config.py
Line 515 in d0b151a
I think it was introduced by this: #7181 and
True
as default is the expected here. So need to update the documentation accordingly.Reproduction Code
No response
Error Logs
No response
Libraries in Use
No response
Operating System
No response
The text was updated successfully, but these errors were encountered: