Skip to main content

record_action

Function record_action 

Source
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.