add originator to otel (#10826)

This commit is contained in:
alexsong-oai
2026-02-06 15:13:56 -08:00
committed by GitHub
parent 1fbf5ed06f
commit daeef06bec
11 changed files with 30 additions and 0 deletions

View File

@@ -702,6 +702,7 @@ async fn websocket_harness_with_options(
None,
Some("test@test.com".to_string()),
auth_manager.auth_mode().map(TelemetryAuthMode::from),
"test_originator".to_string(),
false,
"test".to_string(),
SessionSource::Exec,