[codex-analytics] ingest server requests and responses

This commit is contained in:
rhan-oai
2026-04-08 14:20:14 -07:00
parent 56dfe41605
commit 7225f71d9d
15 changed files with 198 additions and 51 deletions

View File

@@ -235,7 +235,7 @@ mod tests {
const OUTGOING_BUFFER: usize = 1;
let (tx, _rx) = mpsc::channel(OUTGOING_BUFFER);
FsWatchManager::new_with_file_watcher(
Arc::new(OutgoingMessageSender::new(tx)),
Arc::new(OutgoingMessageSender::new_for_tests(tx)),
Arc::new(FileWatcher::noop()),
)
}