mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Activate telemetry in zed2
This commit is contained in:
parent
5dc3369cf6
commit
966bf56ddb
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ fn main() {
|
|||
// })
|
||||
// .detach();
|
||||
|
||||
// client.telemetry().start(installation_id, session_id, cx);
|
||||
client.telemetry().start(installation_id, session_id, cx);
|
||||
|
||||
let app_state = Arc::new(AppState {
|
||||
languages,
|
||||
|
|
Loading…
Reference in a new issue