capture_errors
Capture JavaScript errors, uncaught exceptions, and failed resource loads on any webpage to identify runtime issues and broken assets affecting user experience.
Instructions
Capture JavaScript errors, uncaught exceptions, unhandled promise rejections, and failed resource loads (images, scripts, stylesheets, fonts) during page load. Returns structured error list with error kind, message, and source location. Useful for finding runtime JS errors and broken resources that affect user experience.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to capture errors from (e.g., http://localhost:3000) |