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, which helps 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.
Warning
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
Generate a HAR file by following the steps below for your browser of choice.
Chrome
- 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.
Firefox
- 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.
Safari
- Enable the Develop menu: Go to Safari > Settings > Advanced and enable Show Develop menu in menu bar.
- Navigate to the page where the issue occurs.
- Select Develop > Show Web Inspector.
- Select the Network tab.
- Reproduce the issue.
- Select the Export button to save the HAR file.
Edge
- Open Edge and navigate to the page where the issue occurs.
- Press F12 or right-click and select Inspect to open Developer Tools.
- Select the Network tab.
- Ensure recording is active (red circle in top-left).
- Enable 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. Follow the steps below for your browser of choice.
Chrome/Edge
- Open Developer Tools (F12).
- Select the Console tab.
- Right-click in the console and select Save as to export logs, or take a screenshot of any errors.
Firefox
- Open Developer Tools (F12).
- Select the Console tab.
- Take a screenshot of any errors that appear.
Safari
- Open Web Inspector (Develop > Show Web Inspector).
- Select 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 - Remove sensitive data - Consider using a HAR sanitizer to strip cookies and tokens.
- Compress the file - HAR files can be large. Zip or compress the file before sending.
Share the HAR file with our support team via Slack in the #bug-report channel, or attach it to your support ticket.