Skip to content

Avoid recursion when using the console plugin  #373

Closed
@benoitg

Description

@benoitg

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions