Skip to content

Commit a1b44e2

Browse files
feat(NativeWriter): use v0.4 as default
1 parent 134bac5 commit a1b44e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/internal/writer/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def __init__(
664664
if is_windows or in_gcp_function() or in_azure_function() or asm_config._asm_enabled:
665665
default_api_version = "v0.4"
666666

667-
self._api_version = api_version or config._trace_api or default_api_version
667+
self._api_version = "v0.4"
668668
if is_windows and self._api_version == "v0.5":
669669
raise RuntimeError(
670670
"There is a known compatibility issue with v0.5 API and Windows, "

0 commit comments

Comments
 (0)