Analytics request loader and game version validation (#6064)

* Analytics request loader and game version validation

* tweak agents

* factor tags into its own util

* lock cache refresh to avoid cache stampede

* Make analytics fields opptional
This commit is contained in:
aecsocket
2026-05-11 14:45:50 +00:00
committed by GitHub
parent a5417e0851
commit ca1b36efde
4 changed files with 132 additions and 7 deletions
+1
View File
@@ -17,5 +17,6 @@ pub mod ratelimit;
pub mod redis;
pub mod routes;
pub mod sentry;
pub mod tags;
pub mod validate;
pub mod webhook;