pub fn init_fallback()Expand description
Initialize a minimal tracing subscriber with RUST_LOG / OPENAPP_SDK_LOG
filter support. Safe to call multiple times (no-op after the first call).
Language SDKs are expected to call this at most once; for PyO3 bindings this is
invoked from the bridge’s Client.connect implementation.