Skip to main content

To generate a HAR file in Chrome

  1. Open Chrome and go to the page where the issue is occurring.
  2. Look for the ⋮ button and select More Tools > Developer Tools.
  3. From the panel that appears, select the Network tab. You must keep it open while you reproduce the issue.
  4. Look for a round record button in the upper left corner of the tab, and make sure it is red. If it is grey, click the button once to start recording.
  5. If it isn’t, check the Preserve log box.
  6. Click the crossed-circle button to clear any existing logs from the network tab.
  7. Reproduce the issue while the network requests are recorded.
  8. Click the download button, Export HAR, to download, and save the file to your computer: Save as HAR with Content.
Chrome Developer Tools HAR export
  1. Upload the HAR file to your ticket with Zendesk Customer Support for further investigation.

Retrieving console logs in Chrome

  1. Open the Main Menu for Chrome.
  2. Navigate to More Tools > Developer Tools.
  3. Open the Console tab and screenshot any errors that appear.
I