Skip to main content

Extract browser error logs from the console

Pull JavaScript error and warning logs from your browser console to share with support when troubleshooting.

Written by Troy Villasanta
Updated today

Some scripts on your site are designed to send messages so the browser can record how these scripts get rendered. This is useful for when unexpected or weird behaviors happen, as clues might be found in the scripts and help with troubleshooting.

To collect console logs with Edge or Chrome:

1. Bring up the Developer Tools menu by holding down the FN key on your keyboard, then pressing F12.

2. Right-click anywhere on the area with the logs and select Save As.

3. Save the logs as text or a log file.

Did this answer your question?