Skip to content

Commit 660bd64

Browse files
committed
fix: telemetry test
1 parent f943f2a commit 660bd64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/telemetry/test_writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ def test_app_started_event_configuration_override(test_agent_session, run_python
395395
{"name": "DD_USER_MODEL_LOGIN_FIELD", "origin": "default", "value": ""},
396396
{"name": "DD_USER_MODEL_NAME_FIELD", "origin": "default", "value": ""},
397397
{"name": "DD_VERSION", "origin": "default", "value": None},
398+
{"name": "DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED", "origin": "default", "value": False},
398399
{
399400
"name": "OTEL_EXPORTER_OTLP_ENDPOINT",
400401
"origin": "env_var",

0 commit comments

Comments
 (0)