Frequently Asked Question
How do I capture a web application's network requests for troubleshooting?
Last Updated 4 years ago
- Open the developer tools by right-clicking anywhere in the page, and select Inspect Element
- Click the Network tab in the developer tools pane.
- Click the cog menu on the right side (just underneath the developer tools' close box), and make sure Persist Logs has a check mark.
- Attempt to reproduce the error.
- When you encounter the error, go back to the cog menu and select Save All as HAR, then save the file.