When troubleshooting issues, our support team may ask you to provide a HAR (HTTP Archive) file. This file captures all network requests made by your browser, helping us diagnose problems more effectively.
What is a HAR file?
A HAR file is a JSON-formatted log of your browser’s network activity. It records all HTTP requests and responses, including headers, cookies, timing information, and response content. This data helps identify issues like failed API calls, slow responses, or unexpected errors.
HAR files contain sensitive data including cookies, authentication tokens, and page content. Before sharing, consider using a HAR sanitizer to remove sensitive information.
Generating a HAR file
Chrome
Firefox
Safari
Edge
- Open Chrome and navigate to the page where the issue occurs
- Press
F12 or right-click and select Inspect to open Developer Tools
- Click the Network tab
- Ensure the record button (red circle) in the top-left is active
- Check Preserve log to keep logs across page navigations
- Click the clear button (circle with a line) to remove existing logs
- Reproduce the issue
- Right-click anywhere in the network log and select Save all as HAR with content
- Save the file to your computer
- Open Firefox and navigate to the page where the issue occurs
- Press
F12 or right-click and select Inspect to open Developer Tools
- Click the Network tab
- Reproduce the issue
- Right-click anywhere in the request list and select Save All As HAR
- Save the file to your computer
- Enable the Develop menu: Go to Safari > Settings > Advanced and check Show Develop menu in menu bar
- Navigate to the page where the issue occurs
- Click Develop > Show Web Inspector
- Click the Network tab
- Reproduce the issue
- Click the Export button to save the HAR file
- Open Edge and navigate to the page where the issue occurs
- Press
F12 or right-click and select Inspect to open Developer Tools
- Click the Network tab
- Ensure recording is active (red circle in top-left)
- Check Preserve log
- Clear existing logs with the clear button
- Reproduce the issue
- Right-click in the network log and select Save all as HAR with content
- Save the file to your computer
Capturing console logs
In addition to HAR files, browser console logs can provide valuable debugging information.
Chrome/Edge
Firefox
Safari
- Open Developer Tools (
F12)
- Click the Console tab
- Right-click in the console and select Save as to export logs, or take a screenshot of any errors
- Open Developer Tools (
F12)
- Click the Console tab
- Take a screenshot of any errors that appear
- Open Web Inspector (Develop > Show Web Inspector)
- Click the Console tab
- Take a screenshot of any errors that appear
Sending HAR files to support
Before sending your HAR file:
- Rename the file - HAR files often use the page URL as the filename, which can trigger spam filters. Use a descriptive name like
dynamic-issue-har.har
- Compress the file - HAR files can be large. Zip or compress the file before sending
- Remove sensitive data - Consider using a HAR sanitizer to strip cookies and tokens
Share the HAR file with our support team via Slack in the #bug-report channel, or attach it to your support ticket. Last modified on January 26, 2026