What These Files Are
Console Logs
Console Logs
A record of what your browser is reporting behind the scenes (errors, warnings, etc.)
HAR File
HAR File
A timeline of all the network requests your browser made while the issue occurred
Before You Start
- Close unnecessary browser tabs
- Open developer tools before reproducing the problem
- This ensures complete information is captured
Collecting Console Logs
- Chrome / Edge
- Firefox
- Safari
1
Open Console
Press
Cmd + Option + J (Mac) or Ctrl + Shift + J (Windows/Linux)2
Enable Preserve Log
Click the gear icon and enable “Preserve log”
3
Reproduce the Issue
Perform the actions that cause the problem
4
Save the Log
Right-click in the console and select “Save as” to export as a text file
Capturing HAR Files
1
Open Network Tab
In developer tools, switch to the Network tab
2
Enable Log Preservation
Enable “Preserve log” or similar option
3
Clear Existing Entries
Clear any existing network entries
4
Reproduce the Issue
Perform the actions that cause the problem
5
Export as HAR
Right-click on the network list and select “Save all as HAR with content”
Submitting to Support
When submitting your files:- Attach both the console log and HAR file to your support ticket
- Include a description of what you were trying to do
- Note the approximate time the issue occurred