Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

chrome-optimizely-goals pops up alert when xhr calls to log server fire

License

Notifications You must be signed in to change notification settings

CROmetrics/chrome-optimizely-goals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

chrome-optimizely-goals

Roadmap

  • load humane.js
  • update permissions to only listen for logs.optimizely xhr calls
  • onCompleted pop a humane.js alert in the active tab for the n and r query params
  • toggle alerts on / off via icon state similar to how Google Analytics Debugger can toggle on/off

Original AJAX Debugger Readme

AJAX Debugger will log all AJAX (XMLHttpRequest) activity to Chrome's Developer Tools Console. This allows developers to easily see top-level request info, like the HTTP status, response time, and size. Click the URL to open the AJAX call in a new tab, including all the inputs, making debugging much easier. You can even drill down to see all the low-level request details including the HTTP header information.

Logged data includes:

  • File called
  • Response Status
  • Response Time
  • Response Size
  • AJAX source link with all input params
  • Object containing all request and response details
  • Response content (optional)
  • Warning if response takes longer than set time

Logo & promo design by Andy Merskin

About

chrome-optimizely-goals pops up alert when xhr calls to log server fire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • HTML 25.6%
  • CSS 13.7%