Skip to content

maxFiberDepth

Package: @autotracer/react18  ·  Layer: Runtime  ·  Type: number  ·  Default: 500  ·  Valid range: 20–1000


maxFiberDepth is a runtime configuration option for reactTracer() — the initializer of the @autotracer/react18 React component render tracing library. It limits how deep the fiber traversal goes.

Increase this value only when a verified instrumented component is missing from trace output and runtime filters are empty.

Usage

typescript
import { reactTracer } from "@autotracer/react18";

reactTracer({ maxFiberDepth: 500 });

Released under the MIT License.