diff --git a/internal/env/supported_configurations.gen.go b/internal/env/supported_configurations.gen.go index c81a14fde3..33e9a9cae1 100644 --- a/internal/env/supported_configurations.gen.go +++ b/internal/env/supported_configurations.gen.go @@ -133,7 +133,6 @@ var SupportedConfigurations = map[string]struct{}{ "DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED": {}, "DD_TRACE_ABANDONED_SPAN_TIMEOUT": {}, "DD_TRACE_AGENT_PORT": {}, - "DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": {}, "DD_TRACE_AGENT_URL": {}, "DD_TRACE_ANALYTICS_ENABLED": {}, "DD_TRACE_AWS_ANALYTICS_ENABLED": {}, @@ -214,6 +213,7 @@ var SupportedConfigurations = map[string]struct{}{ "DD_TRACE_STARTUP_LOGS": {}, "DD_TRACE_STATS_COMPUTATION_ENABLED": {}, "DD_TRACE_TWIRP_ANALYTICS_ENABLED": {}, + "DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": {}, "DD_TRACE_VALKEY_ANALYTICS_ENABLED": {}, "DD_TRACE_VALKEY_RAW_COMMAND": {}, "DD_TRACE_VAULT_ANALYTICS_ENABLED": {}, diff --git a/internal/env/supported_configurations.json b/internal/env/supported_configurations.json index 5281253bee..c0c2168efb 100644 --- a/internal/env/supported_configurations.json +++ b/internal/env/supported_configurations.json @@ -624,9 +624,6 @@ "DD_TRACE_VAULT_ANALYTICS_ENABLED": [ "A" ], - "DD_TRACE_V1_PAYLOAD_FORMAT_ENABLED": [ - "A" - ], "DD_TRACE_X_DATADOG_TAGS_MAX_LENGTH": [ "A" ],