fix(env): correct casing of OMNIROUTE_TRACE in .env.example and related files (#3393)

Integrated into release/v3.8.16
This commit is contained in:
Nicolas Lorin
2026-06-08 05:44:26 +02:00
committed by GitHub
parent a471d70c3c
commit fc37c93a20
3 changed files with 4 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ const ENV_ONLY_ALLOWLIST = new Set([
"CODEX_REFRESH_SPACING_MS",
"DEBUG",
"HEAP_PRESSURE_THRESHOLD_MB",
"OMNIRROUTE_TRACE",
"OMNIROUTE_TRACE",
"PII_TEST_BYPASS_MIN_WINDOW",
"PII_WINDOW_SIZE",
"TRAE_STREAM_TIMEOUT_MS",