angular-rollbar
angular-rollbar copied to clipboard
angular-rollbar.js:24 Uncaught SyntaxError: Unexpected token u
Also, maybe not related to this issue, but there is a
"Uncaught Error: [$rootScope:inprog] $digest already in progress"
when using syntax like this:
app.factory('$exceptionHandler', function ($rollbar,$log) { return function (exception, cause) { $rollbar.error(exception, {cause: cause}); throw exception; }; });
Same thing happening here as well
Sorry, guys, I don't have time to investigate and fix this issue. But if anyone provides pull request for it, I'd be happy to merge it.