codex - 💡(How to fix) Fix Missing tracing and logging data from Codex App [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#21382Fetched 2026-05-07 03:40:51
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Code Example

[otel]
environment = "dev"
log_user_prompt = false
trace_exporter = { otlp-http = { endpoint = "<traces-endpoint>", protocol = "binary" } }
exporter = { otlp-http = { endpoint = "<log-endpoint>", protocol = "json" } }
RAW_BUFFERClick to expand / collapse

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?

  1. 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" } }
  1. Use Codex app
  2. No data was sent to otel collector
  3. Try the same workflow with Codex CLI and you will see the data

What is the expected behavior?

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Missing tracing and logging data from Codex App [1 participants]