Client Side Error Handling

When there is an error such as a syntax error, my entire component does not render and the error does not show in the console. This has happened in production when I’m expecting a an object to have a property but that object is undefined.

I’ve tried Meteor DevTools and running with the verbose flag. Is there a way to gracefully handle these errors and bubble up the Vue template error to the console?

Damm even I am having a similar kind of issue, I have searched all over the internet and even have posted on number of threads on different forum, no solution seems to work. I am really frustrated, can anyone of you here help me resolve this issue, I am very much tired now.

I’ve noticed that when you change code and the HMR updates, if you have the console open the errors are there. If you hit refresh, they disappear.