Have app send download analytics meta (#5954)

* wip: add download reasons to app

* update how download meta is gathered

* cargo fmt

* prepr frontend
This commit is contained in:
aecsocket
2026-04-30 20:55:47 +01:00
committed by GitHub
parent 38a39feef1
commit 1875b89556
20 changed files with 195 additions and 32 deletions

View File

@@ -25,6 +25,7 @@ pub use event::{
};
pub use logger::start_logger;
pub use state::State;
pub use util::fetch::DownloadReason;
pub fn launcher_user_agent() -> String {
const LAUNCHER_BASE_USER_AGENT: &str =