Closed
Description
Ok, let's try to clarify:
Issue is that logDebug in sentry causes infinite recursion if Raven.debug is true and the console plugin is used.
- Problem was pre-existing, but made apparent by the changes requested to accept Log to console what would be sent to the server when raven isn't configured #364
- PR Avoid recursion when using the console plugin #370 attempted to fix the issue but apparently failed
- It seems to be the same bug as referenced in Raven intercepts errors even if not installed #320
- I further muddled the issue by in other conversations that it was fixed for me (it wasn't, I hadn't re-ran grunt dist when it tested the branch)
Test case (still failing as of today):
<script src="./dist/raven.js"></script>
<script src="./plugins/console.js"></script>
<script>
Raven.debug = true;
console.error("Something");
Raven.captureException('test');
</script>
Metadata
Metadata
Assignees
Labels
No labels