VueJs + VueRessource - errors are not sent

Hello,

I’v installed raven-js and the Raven.js Vue plugin. It works fine with the Vue errors.
But when I have an error with vue-resource, the error doesn’t show up on sentry.

I’ve checked the usage page for raven-js here https://docs.sentry.io/clients/javascript/usage/.
I tried this throw new Error('broken'), but it still not working.

I’m using webpack.
Please le me know if you need more details.

Thank you very much in advance.

1 Like