QA/Telemetry/BrowserConsoleCommands: Difference between revisions
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
= Browser Console Commands = | = Browser Console Commands = | ||
* '''Refresh Experiment Manifest Manually''' | * '''Refresh Experiment Manifest Manually''' | ||
** | ** automatically update/refresh the current experiment manifest | ||
*** Link to commands: https://pastebin.mozilla.org/5514133 | *** Link to commands: https://pastebin.mozilla.org/5514133 | ||
* '''Retrieve Telemetry Logs''' | * '''Retrieve Telemetry Logs''' | ||
** | ** retrieves the current telemetry log entries and displays them in the browser console | ||
*** Link to commands: https://pastebin.mozilla.org/5514144 | *** Link to commands: https://pastebin.mozilla.org/5514144 | ||
* '''Extracting Telemetry Payload''' | * '''Extracting Telemetry Payload''' | ||
** | ** extract the current telemetry payload and add it into the clipboard (paste into a text editor) | ||
*** Link to code: https://pastebin.mozilla.org/5513893 | *** Link to code: https://pastebin.mozilla.org/5513893 | ||
Revision as of 17:17, 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:
Browser Console Commands
- Refresh Experiment Manifest Manually
- automatically update/refresh the current experiment manifest
- Link to commands: https://pastebin.mozilla.org/5514133
- automatically update/refresh the current experiment manifest
- Retrieve Telemetry Logs
- retrieves the current telemetry log entries and displays them in the browser console
- Link to commands: https://pastebin.mozilla.org/5514144
- retrieves the current telemetry log entries and displays them in the browser console
- Extracting Telemetry Payload
- extract the current telemetry payload and add it into the clipboard (paste into a text editor)
- Link to code: https://pastebin.mozilla.org/5513893
- extract the current telemetry payload and add it into the clipboard (paste into a text editor)