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.
1 parent c816826 commit af1b0f9Copy full SHA for af1b0f9
ddtrace/settings/_config.py
@@ -492,7 +492,7 @@ def __init__(self):
492
self._trace_writer_log_err_payload = _get_config("_DD_TRACE_WRITER_LOG_ERROR_PAYLOADS", False, asbool)
493
494
# Use the NativeWriter instead of the AgentWriter
495
- self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", False, asbool)
+ self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", True, asbool)
496
497
# TODO: Remove the configurations below. ddtrace.internal.agent.config should be used instead.
498
self._trace_agent_url = _get_config("DD_TRACE_AGENT_URL")
0 commit comments