pub trait TelemetryDescribe {
// Required method
fn telemetry(&self) -> TelemetryInfo;
}Expand description
Trait for describing commands in a telemetry-safe way.
Implementations should return sanitized info that doesn’t contain sensitive information like file paths or migration names.