//! Sends timing data to the Onde Inference dashboard.
//!
//! GresIQ credentials are embedded in the SDK at build time — consumer apps
//! never set them. Telemetry activates automatically when the SDK was built
//! with a valid `.env` file containing `GRESIQ_API_KEY` and `GRESIQ_API_SECRET`.
//!
//! `ONDE_EDGE_ID` (read from the process environment at runtime) is what this
//! machine gets called in the dashboard. Anything works — just keep it stable
//! across restarts or you'll end up with duplicate edges. Defaults to
//! `"onde-unknown"`.
pub use PulseClient;
pub use ;
use ;
/// Cheap unique ID per inference request. No uuid crate needed.
/// Looks like `onde-1720000000000-42`.
pub