verify_debug_id_integrity
Verify that a minified JavaScript bundle matches its source map using embedded Debug IDs, ensuring accurate stack trace mappings.
Instructions
Validate that a minified production bundle matches its source map using embedded Debug IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsPath | Yes | Absolute path to the compiled JS file | |
| mapPath | Yes | Absolute path to the .map file |