pub fn record_action(action: &str)Expand description
Records a single action occurrence without emitting a log line.
Useful for callers (like the server) that already log incoming actions elsewhere and don’t want a duplicate log line. No-op when telemetry is disabled.