Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

angular-rollbar.js:24 Uncaught SyntaxError: Unexpected token u #2

Open
SkyByteStudio opened this issue May 15, 2015 · 2 comments
Open

Comments

@SkyByteStudio
Copy link

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;
};
});

@bramgiessen
Copy link

Same thing happening here as well

@anotherpit
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants