Skip to main content

bijux_cli/api/
telemetry.rs

1#![forbid(unsafe_code)]
2//! Public telemetry facade for runtime crates and external callers.
3
4pub use crate::shared::telemetry::{
5    exit_code_kind, truncate_chars, TelemetrySpan, MAX_COMMAND_FIELD_CHARS, MAX_TEXT_FIELD_CHARS,
6    TELEMETRY_FILE_ENV, TELEMETRY_INCLUDE_ARGS_ENV,
7};