mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
feedback
This commit is contained in:
@@ -223,7 +223,7 @@ impl CodexLogSnapshot {
|
||||
// appears in Sentry where it would otherwise say "No error message".
|
||||
let mut event = Event {
|
||||
level,
|
||||
message: Some(title),
|
||||
message: Some(title.clone()),
|
||||
tags,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user