Reproducing a flaky API bug usually means digging through the Network tab, manually copying headers and a request body, and hoping you didn't miss anything. Aura Logs captures the full request/response lifecycle automatically and converts it straight into a runnable cURL command.
Steps
- Start an Aura Logs session and trigger the request you want to capture — the failing API call, a slow endpoint, whatever you're debugging.
- Aura Logs hooks into the network layer and records the full method, URL, headers, request body, response status, and response body (up to 5 MB) for every call.
- Use the URL Deny Filters to strip out unrelated noise — static assets, fonts, framework HMR requests — so the exported log only contains the calls that matter.
- Export the session as Markdown. Each captured request is already formatted as a ready-to-execute cURL command, so you can paste it straight into a terminal or hand it to an AI assistant for debugging.