Include real OS info in metrics. (#10425)

calculated a hashed user ID from either auth user id or API key
Also correctly populates OS.

These will make our metrics more useful and powerful for analysis.
This commit is contained in:
iceweasel-oai
2026-02-05 06:30:31 -08:00
committed by GitHub
parent 040ecee715
commit f2ffc4e5d0
8 changed files with 88 additions and 32 deletions

View File

@@ -6,3 +6,6 @@ license.workspace = true
[lints]
workspace = true
[dev-dependencies]
pretty_assertions = { workspace = true }