Skip to content

Commit af1b0f9

Browse files
debug(config): enable NativeWriter by default
1 parent c816826 commit af1b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/settings/_config.py

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

494494
# Use the NativeWriter instead of the AgentWriter
495-
self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", False, asbool)
495+
self._trace_writer_native = _get_config("_DD_TRACE_WRITER_NATIVE", True, asbool)
496496

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

0 commit comments

Comments
 (0)