Expand description
Tracing / telemetry configuration.
The SDK emits structured tracing events for every request. OpenTelemetry export
is available via the (optional) otel Cargo feature — kept behind a feature flag so
default builds stay lean and language SDKs can opt in as needed.
Functions§
- init_
fallback - Initialize a minimal
tracingsubscriber withRUST_LOG/OPENAPP_SDK_LOGfilter support. Safe to call multiple times (no-op after the first call).