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",