Skip to content

Commit 7ef610e

Browse files
committed
chore: disable native writer
1 parent 7369a78 commit 7ef610e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/internal/settings/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def __init__(self):
471471
self._trace_writer_log_err_payload = _get_config("_DD_TRACE_WRITER_LOG_ERROR_PAYLOADS", False, asbool)
472472

473473
# Use the NativeWriter instead of the AgentWriter
474-
self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", True, asbool)
474+
self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", False, asbool)
475475

476476
# TODO: Remove the configurations below. ddtrace.internal.agent.config should be used instead.
477477
self._trace_agent_url = _get_config("DD_TRACE_AGENT_URL")

0 commit comments

Comments
 (0)