Log more types of request IDs (#5645)

Different services return different sets of IDs, log all of them to
simplify debugging.
This commit is contained in:
pakrym-oai
2025-10-24 12:12:03 -07:00
committed by GitHub
parent 00c1de0c56
commit a4be4d78b9
4 changed files with 24 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ use anyhow::anyhow;
use codex_protocol::ConversationId;
use tracing_subscriber::fmt::writer::MakeWriter;
const DEFAULT_MAX_BYTES: usize = 2 * 1024 * 1024; // 2 MiB
const DEFAULT_MAX_BYTES: usize = 4 * 1024 * 1024; // 4 MiB
const SENTRY_DSN: &str =
"https://ae32ed50620d7a7792c1ce5df38b3e3e@o33249.ingest.us.sentry.io/4510195390611458";
const UPLOAD_TIMEOUT_SECS: u64 = 10;