**Do you want to request a *feature* or report a *bug*?** Bug (one that was supposed to be fixed, see https://github.com/getsentry/raven-js/issues/1012 and https://github.com/getsentry/raven-js/issues/1061) **What is the current behavior?** I'm using raven-js 3.23.3 with vue 2.5.16 and still see this issue occasionally popping up in my sentry dashboard: > Cannot read property 'propsData' of undefined It can be traced back to this line: https://github.com/getsentry/raven-js/blob/0fbdf951067e245bb605f530a4cb7f4f143f5ea7/plugins/vue.js#L30 If someone from sentry wants to access the issue in the dashboard itself: it has id 438281725. **What is the expected behavior?** Sentry not triggering errors that originate from their own code ;).