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 9a4deb2 commit 813fe51Copy full SHA for 813fe51
ddtrace/internal/telemetry/data.py
@@ -72,8 +72,8 @@ def _get_application(key):
72
"runtime_version": _format_version_info(sys.implementation.version),
73
}
74
75
- if process_tags := process_tags.process_tags:
76
- application["process_tags"] = process_tags
+ if p_tags := process_tags.process_tags:
+ application["process_tags"] = p_tags
77
78
return application
79
0 commit comments