QA/Telemetry/BrowserConsoleCommands: Difference between revisions

From MozillaWiki
< QA‎ | Telemetry
Jump to navigation Jump to search
(Created page with "= Quick Summary = The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the exper...")
 
Line 2: Line 2:


The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the experiment system. With this information, you'll be able to take a deeper look at the data and debug/test more reliably.
The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the experiment system. With this information, you'll be able to take a deeper look at the data and debug/test more reliably.
= Enabling Logging =
Please visit and review the following document:
* [[QA/Telemetry/Logging|Setup & Installing Telemetry Staging Server]]

Revision as of 17:04, 3 July 2014

Quick Summary

The following document will list several commands and pieces of code that you can insert into the browser console to extract more information from the experiment system. With this information, you'll be able to take a deeper look at the data and debug/test more reliably.

Enabling Logging

Please visit and review the following document: