surface_async_causality
Trace minified async stack traces through await and microtask boundaries using sourcemaps to pinpoint original scheduling origins.
Instructions
Detect and trace across async boundaries (e.g. await, processTicksAndMicrotasks) to locate scheduling origins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stackTrace | Yes | The minified stack trace with async boundary markers | |
| sourcemapDir | Yes | Directory containing corresponding .map files |