pub fn track_move_sampled<T>( from: &str, to: &str, value: T, sample_rate: f64, ) -> T
Track move with sampling.