Stop Render Capture
stop_render_captureStop an active React render capture, finalize buffered events into a render profile, and get a profileId for analyzing slow components, rerender causes, and comparing renders.
Instructions
Stop a live render-capture session, finalize the buffered events into a render profile, and return a profileId you can use with get_render_summary, get_slow_components, get_rerender_causes, and compare_renders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The sessionId returned by begin_render_analysis |