Ahmad Abu Maizer

Results 3 comments of Ahmad Abu Maizer

@eriwen, is this a new issue, I m using cdn lib

I am closing this. the dev totally ignored it. I moved to angular and this project does not stop throwing weird errors left and right.

same exact story here ``` window.onerror = function(msg, file, line, col, error) { StackTrace.fromError(error).then(callback).catch(errback); } var errback = function(err) { console.log('here '+ err.message); console.log(new Error("from onerror").stack); }; var callback =...