pub fn telemetry_record(
category: &str,
event: &str,
data_json: Option<&str>,
kv_pairs: &[(String, String)],
tags: Vec<String>,
context: Option<&str>,
verbose: bool,
) -> Result<()>Expand description
Record structured telemetry data for AI analysis