browser-sdk

Home > @datadog/browser-rum-react > UNSTABLE_ReactComponentTracker

UNSTABLE_ReactComponentTracker variable

Experimental component that measures the render lifecycle of its children and reports a duration vital named reactComponentRender.

Signature:

UNSTABLE_ReactComponentTracker: ({ name: componentName, children, }: {
 name: string;
 children?: React.ReactNode;
}) => React.JSX.Element