Skip to content

Commit fbcd0a1

Browse files
dougqhclaude
andcommitted
Add okhttp-4 integration to supported-configurations.json
The split okhttp-4.0 module registers a new "okhttp-4" integration name, so DD_TRACE_OKHTTP_4_ENABLED must be declared in the supported configurations metadata. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3418718 commit fbcd0a1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

metadata/supported-configurations.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8361,6 +8361,14 @@
83618361
"aliases": ["DD_TRACE_INTEGRATION_OKHTTP_3_ENABLED", "DD_INTEGRATION_OKHTTP_3_ENABLED"]
83628362
}
83638363
],
8364+
"DD_TRACE_OKHTTP_4_ENABLED": [
8365+
{
8366+
"version": "A",
8367+
"type": "boolean",
8368+
"default": "true",
8369+
"aliases": ["DD_TRACE_INTEGRATION_OKHTTP_4_ENABLED", "DD_INTEGRATION_OKHTTP_4_ENABLED"]
8370+
}
8371+
],
83648372
"DD_TRACE_OKHTTP_ANALYTICS_ENABLED": [
83658373
{
83668374
"version": "A",

0 commit comments

Comments
 (0)