Home > @datadog/browser-rum-react > UNSTABLE_ReactComponentTracker
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