mirror of
https://github.com/openai/codex.git
synced 2026-05-23 20:44:50 +00:00
Avoid resolving auth for turn plan telemetry
This commit is contained in:
@@ -602,8 +602,7 @@ async fn track_turn_resolved_config_analytics(
|
||||
let plan_type = sess
|
||||
.services
|
||||
.auth_manager
|
||||
.auth()
|
||||
.await
|
||||
.auth_cached()
|
||||
.and_then(|auth| auth.account_plan_type());
|
||||
sess.services
|
||||
.analytics_events_client
|
||||
|
||||
Reference in New Issue
Block a user