exceptionhub

How does exception hub works

Just wondering how does ExceptionHub http://www.exceptionhub.com/ track the javascript errors in the user's browser? ...

Does ExceptionHub break Selenium's wait_for_page_to_load command

I just added ExceptionHub (a javascript error tracking service) to our website, but all my selenium tests are failing now. When I look at the selenium output, it says it timed out in waitForPageToLoad command. If I run the test locally, I see that the page loads up fine, so I'm not really sure why selenium keeps waiting. Has anyone else ...