[Vuejs]-Bugsnag catching errors in Vue Components

0👍

I was missing something that was pretty obvious in retrospect. You have to use sourcemaps correctly. I didn’t realize I was using ‘cheap-eval-source-map’ which won’t work in this situations. Changed the sourcemaps and everything worked as expected.

Leave a comment