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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue