Expand description
The main tracing layer and related utils exposed by this crate.
Structsยง
- Builder
- A builder for
SdkLayer
; useSdkLayer::from_config
orSdkLayer::from_config_bytes
to create a new instance. - SdkLayer
- A layer to be used with
tracing-subscriber
that forwards collected spans to the Perfetto SDK via the C++ API.