()
| 308 | |
| 309 | #[cfg(feature = "telemetry")] |
| 310 | pub fn enabled_env_value() -> &'static str { |
| 311 | enabled_env_value_from(std::env::var("OPENSHELL_TELEMETRY_ENABLED").ok().as_deref()) |
| 312 | } |
| 313 | |
| 314 | /// Telemetry support is compiled out: report disabled so sandbox supervisors |
| 315 | /// inherit the disabled state and skip activity collection. |
no test coverage detected