showLevelDetails
Package: @autotracer/react18 · Layer: Runtime · Type: boolean · Default: false
showLevelDetails is a runtime configuration option for reactTracer() — the initializer of the @autotracer/react18 React component render tracing library. It controls whether connector and marker lines include numeric level details.
When enabled, collapsed markers show Level and Filtered nodes counts. This is most useful together with filterEmptyNodes.
Usage
typescript
import { reactTracer } from "@autotracer/react18";
reactTracer({
filterEmptyNodes: "all",
showLevelDetails: true,
});