Closed
Description
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
Labels
No labels