1 2 3 4 5 6 7
pub(super) fn telemetry_enabled() -> bool { std::env::var_os("CRANPOSE_LAZY_MEASURE_TELEMETRY").is_some() } #[cfg(test)] #[path = "tests/diagnostics_tests.rs"] mod tests;