core-agent-ide/codex-rs/codex-client/src
Owen Lin 014e19510d
feat(app-server, core): add more spans (#14479)
## Description

This PR expands tracing coverage across app-server thread startup, core
session initialization, and the Responses transport layer. It also gives
core dispatch spans stable operation-specific names so traces are easier
to follow than the old generic `submission_dispatch` spans.

Also use `fmt::Display` for types that we serialize in traces so we send
strings instead of rust types
2026-03-13 13:16:33 -07:00
..
bin client: extend custom CA handling across HTTPS and websocket clients (#14239) 2026-03-13 00:59:26 +00:00
custom_ca.rs client: extend custom CA handling across HTTPS and websocket clients (#14239) 2026-03-13 00:59:26 +00:00
default_client.rs feat(app-server, core): add more spans (#14479) 2026-03-13 13:16:33 -07:00
error.rs Add URL to responses error messages (#8984) 2026-01-10 00:53:47 +00:00
lib.rs client: extend custom CA handling across HTTPS and websocket clients (#14239) 2026-03-13 00:59:26 +00:00
request.rs Add feature for optional request compression (#8767) 2026-01-07 13:21:40 -08:00
retry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
sse.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
telemetry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
transport.rs Add URL to responses error messages (#8984) 2026-01-10 00:53:47 +00:00