Skip to content

Commit

Permalink
mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Dec 13, 2024
1 parent d8659c7 commit e3a1d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/src/telemetry_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ pub struct TelemetryData {
pub gpu_tribe_name: Option<String>,
pub gpu_tribe_id: Option<String>,
pub extra_data: HashMap<String, String>,
pub current_os: String,
}

pub struct TelemetryManager {
Expand Down Expand Up @@ -576,6 +577,7 @@ async fn get_telemetry_data(
gpu_tribe_name: None,
gpu_tribe_id: None,
extra_data,
current_os: std::env::consts::OS.to_string(),
})
}

Expand Down

0 comments on commit e3a1d6f

Please sign in to comment.