From 6bbc00a6b23d97c09937438206bd5e207ee45a15 Mon Sep 17 00:00:00 2001 From: Andrew Glaude Date: Mon, 23 Feb 2026 13:52:06 -0500 Subject: [PATCH] update to use new preferred envvar to control protocol version --- utils/_context/_scenarios/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/_context/_scenarios/__init__.py b/utils/_context/_scenarios/__init__.py index ca1e06a7e9b..8f571fec8fc 100644 --- a/utils/_context/_scenarios/__init__.py +++ b/utils/_context/_scenarios/__init__.py @@ -573,7 +573,7 @@ class _Scenarios: "APM_TRACING_EFFICIENT_PAYLOAD", weblog_env={ "DD_TRACE_SAMPLE_RATE": "1.0", - "DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": "true", + "DD_TRACE_AGENT_PROTOCOL_VERSION": "1.0", }, agent_env={ "DD_APM_ENABLE_V1_TRACE_ENDPOINT": "true",