What version of the Codex App are you using (From “About Codex” dialog)?
26.429.61741
What subscription do you have?
Enterprise
What platform is your computer?
Darwin arm
What issue are you seeing?
I have trace_exporter and exporter configured in my config.toml through which I am able to collect logs from Codex CLI, but the data is not getting captured from VSCode extension or Codex app. Since engineers use Codex app the most, the data getting captured provides a very small picture.
And Codex Enterprise Analytics dashboard itself doesn't show any of this data.
What steps can reproduce the bug?
- Configure
otel section in config.toml
[otel]
environment = "dev"
log_user_prompt = false
trace_exporter = { otlp-http = { endpoint = "<traces-endpoint>", protocol = "binary" } }
exporter = { otlp-http = { endpoint = "<log-endpoint>", protocol = "json" } }
- Use Codex app
- No data was sent to otel collector
- Try the same workflow with Codex CLI and you will see the data
What is the expected behavior?
No response
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
26.429.61741
What subscription do you have?
Enterprise
What platform is your computer?
Darwin arm
What issue are you seeing?
I have
trace_exporterandexporterconfigured in myconfig.tomlthrough which I am able to collect logs from Codex CLI, but the data is not getting captured from VSCode extension or Codex app. Since engineers use Codex app the most, the data getting captured provides a very small picture.And Codex Enterprise Analytics dashboard itself doesn't show any of this data.
What steps can reproduce the bug?
otelsection inconfig.tomlWhat is the expected behavior?
No response
Additional information
No response