Add missing struct field

Joseph T Lyons created

This must've gotten lost on the merging of main into this branch

Change summary

crates/client/src/telemetry.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/client/src/telemetry.rs 🔗

@@ -111,6 +111,7 @@ impl Telemetry {
                 os_version: platform.os_version().ok().map(|v| v.to_string().into()),
                 os_name: platform.os_name().into(),
                 app_version: platform.app_version().ok().map(|v| v.to_string().into()),
+                release_channel,
                 device_id: None,
                 metrics_id: None,
                 queue: Default::default(),