Set staff user property in telemetry

Co-authored-by: Joseph Lyons <joseph@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-10-03 10:52:57 -07:00
parent 761ae3ae6f
commit 4477f95ee6
7 changed files with 49 additions and 15 deletions

View file

@ -351,7 +351,7 @@ impl Client {
}));
}
Status::SignedOut | Status::UpgradeRequired => {
self.telemetry.set_metrics_id(None);
self.telemetry.set_authenticated_user_info(None, false);
state._reconnect_task.take();
}
_ => {}