pub fn normalize_platform(client_name: &str) -> &'static strExpand description
Normalize a client name to a platform identifier used in SessionStart.
Thin re-export of pipeline::middlewares::shared::normalize_platform
so external callers of this module don’t have to reach into the
middlewares submodule.