mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 17:03:26 +03:00
Add missing struct field
This must've gotten lost on the merging of main into this branch
This commit is contained in:
parent
36c64045ae
commit
daa75b5282
@ -111,6 +111,7 @@ impl Telemetry {
|
|||||||
os_version: platform.os_version().ok().map(|v| v.to_string().into()),
|
os_version: platform.os_version().ok().map(|v| v.to_string().into()),
|
||||||
os_name: platform.os_name().into(),
|
os_name: platform.os_name().into(),
|
||||||
app_version: platform.app_version().ok().map(|v| v.to_string().into()),
|
app_version: platform.app_version().ok().map(|v| v.to_string().into()),
|
||||||
|
release_channel,
|
||||||
device_id: None,
|
device_id: None,
|
||||||
metrics_id: None,
|
metrics_id: None,
|
||||||
queue: Default::default(),
|
queue: Default::default(),
|
||||||
|
Loading…
Reference in New Issue
Block a user