1//! The OpenTelemetry Geneva exporter will enable applications to use OpenTelemetry API
2//! to capture the telemetry events, and write to Microsoft internal backend.
34#![warn(missing_debug_implementations, missing_docs)]
56mod logs;
7mod trace;
89pub use logs::*;
10pub use trace::*;