I open the chrome console and add function to catch all error in application:
window.onerror = function (a,b,c,d,e) { console.log(\'my handler: \', a,b,c,d,