pub fn normalize(
    replay: &mut Annotated<Replay>,
    client_ip: Option<IpAddr>,
    user_agent: &RawUserAgentInfo<&str>,
    geoip_lookup: &GeoIpLookup,
)Expand description
Adds default fields and normalizes all values in to their standard representation.