When you encounter an issue, a team member may ask you to record your browser's Console messages to see error messages and your Network logs to capture network activity. Capture a screenshot of any error and send it to us along with a description of the issue.
Google Chrome
- Right-click on the page and select Inspect (or press Ctrl+Shift+I on Windows/Linux, Cmd+Option+I on Mac).
- Select the Console tab. Keep it open while reproducing the issue. Refresh the page if needed to capture errors.
- Right-click anywhere in the Console and select Save as... to export console messages as a log file.
- Switch to the Network tab. Reproduce the issue again to capture network activity.
- Right-click any entry in the network log and select Save all as HAR with content to export network logs.
Firefox
- Open the Firefox menu (three horizontal lines, top right) > More tools > Web Developer Tools. Or use Ctrl+Shift+I (Windows/Linux) or Cmd+Option+I (Mac).
- Select the Console tab. Keep it open while reproducing the issue.
- Right-click in the Console and select Export Visible Messages To > File to save console output.
- Switch to the Network tab. Reproduce the issue again to capture network activity.
- Right-click any entry under the File column and select Save All As HAR.
Microsoft Edge
- Right-click on the page and select Inspect, or press F12.
- Select the Console tab. Keep it open while reproducing the issue.
- Right-click in the Console and select Save as... to export console messages.
- Switch to the Network tab. Reproduce the issue again to capture network activity.
- Right-click any entry in the network log and select Save all as HAR with content.
Safari
- Open Safari Settings (or Preferences) > Advanced and enable Show features for web developers (older versions: Show Develop menu in menu bar).
- From the menu bar: Develop > Show Web Inspector. Or use Cmd+Option+I.
- Select the Console tab. Keep it open while reproducing the issue.
- Switch to the Network tab. Reproduce the issue again to capture network activity.
- Click the Export icon at the top right of the network log to save the HAR file.