inspect_log
Retrieve concrete instances from a deduplicated console log group, returning timestamps, stack traces, and source locations to aid debugging.
Instructions
Inspect a deduplicated console log group from list_page_logs and return concrete instances with timestamps, stack traces, and source locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | @logN ID from list_page_logs when group_by='message'. | |
| limit | No | Maximum number of individual log instances to return. Default: 5. |