Skip to content

Vue plugin prevents logging of errors to the console #1416

Closed
@ArmorDarks

Description

@ArmorDarks

Do you want to request a feature or report a bug?

A bug

What is the current behavior?

When Raven Vue plugin used, Vue will stop to log errors encountered during components rendering to the console

What is the expected behavior?

Expected Vue to log errors.

Raven version: 3.26.3
OS: Windows 10
Used via JSPM


This most likely happens because Raven.js defines Vue errorHandler, but starting from Vue 2.2.0 when it's not undefined, Vue won't log errors to the console. See errorHandler docs.

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