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 7369a78 commit 7ef610eCopy full SHA for 7ef610e
ddtrace/internal/settings/_config.py
@@ -471,7 +471,7 @@ def __init__(self):
471
self._trace_writer_log_err_payload = _get_config("_DD_TRACE_WRITER_LOG_ERROR_PAYLOADS", False, asbool)
472
473
# Use the NativeWriter instead of the AgentWriter
474
- self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", True, asbool)
+ self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", False, asbool)
475
476
# TODO: Remove the configurations below. ddtrace.internal.agent.config should be used instead.
477
self._trace_agent_url = _get_config("DD_TRACE_AGENT_URL")
0 commit comments