Get Captured Renders
get_captured_rendersCheck live render-capture progress without stopping the session to diagnose issues. Returns commit count, components seen, and instrumentation health signals for Next.js performance analysis.
Instructions
Optional diagnostic: peek at the live progress of a render-capture session without stopping it. Returns commit count, components seen, whether actualDuration is populating, and an unknownEvents count (non-zero = instrumentation may not be wired correctly). Only call this if something seems wrong — it is not a required step before stop_render_capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The sessionId returned by begin_render_analysis |