mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
[codex][otel] propagate user email in otel events (#5223)
include user email into otel events for proper user-level attribution in case of workspace setup
This commit is contained in:
@@ -63,6 +63,7 @@ async fn responses_stream_includes_task_type_header() {
|
||||
config.model.as_str(),
|
||||
config.model_family.slug.as_str(),
|
||||
None,
|
||||
Some("test@test.com".to_string()),
|
||||
Some(AuthMode::ChatGPT),
|
||||
false,
|
||||
"test".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user