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 19:55:47 +00:00
committed by GitHub
parent 38a39feef1
commit 1875b89556
20 changed files with 195 additions and 32 deletions
+2
View File
@@ -35,6 +35,7 @@ impl ModrinthCredentials {
None,
Some(("Authorization", &*creds.session)),
None,
None,
semaphore,
exec,
)
@@ -226,6 +227,7 @@ async fn fetch_info(
None,
Some(("Authorization", token)),
None,
None,
semaphore,
exec,
)