//! Server interaction tracing for debugging and monitoring
//!
//! This module provides functionality to capture and retrieve server interactions
//! globally across the application. It supports both sync and async modes.
// Common types and storage
// Feature-specific implementations
// Public types - always available regardless of feature flags
pub use Interaction;
// Re-export API functions based on active feature
/// Blocking tracing helpers that wrap the synchronous client.
pub use ;
pub use r#;