nit: rename to analytics_enabled (#8978)

This commit is contained in:
jif-oai
2026-01-09 17:18:42 +00:00
committed by GitHub
parent 5c380d5b1e
commit ed64804cb5
6 changed files with 18 additions and 15 deletions

View File

@@ -223,7 +223,7 @@ pub async fn run_main(cli: Cli, codex_linux_sandbox_exe: Option<PathBuf>) -> any
std::process::exit(1);
}
let otel = codex_core::otel_init::build_provider(&config, env!("CARGO_PKG_VERSION"));
let otel = codex_core::otel_init::build_provider(&config, env!("CARGO_PKG_VERSION"), false);
#[allow(clippy::print_stderr)]
let otel = match otel {