//! Opt-in telemetry stub.
//!
//! Shipped as a no-op in the walking skeleton so future telemetry work
//! doesn't need a schema migration. The default is [`TelemetryMode::Off`]
//! and [`emit`] is a no-op.
use ;
/// Telemetry mode — controlled by the user via config and `PLUMB_TELEMETRY`.
/// Record a telemetry event. No-op in the walking skeleton.