Avoid resolving auth for turn plan telemetry

This commit is contained in:
Ahmed Ibrahim
2026-05-21 13:31:08 -07:00
parent 4b9347fad4
commit 6c294f0f01

View File

@@ -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