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 134bac5 commit a1b44e2Copy full SHA for a1b44e2
ddtrace/internal/writer/writer.py
@@ -664,7 +664,7 @@ def __init__(
664
if is_windows or in_gcp_function() or in_azure_function() or asm_config._asm_enabled:
665
default_api_version = "v0.4"
666
667
- self._api_version = api_version or config._trace_api or default_api_version
+ self._api_version = "v0.4"
668
if is_windows and self._api_version == "v0.5":
669
raise RuntimeError(
670
"There is a known compatibility issue with v0.5 API and Windows, "
0 commit comments