vuejs/vue-hackernews-2.0

What's the best way to integrate Sentry

shreyas-a opened this issue · 3 comments

What's the best way to integrate Sentry

Also, is there a way to integrate it conditionally so that it'll only be activated depending on NODE_ENV.

I've put Raven.config('URL').addPlugin(RavenVue, Vue).install() in entry-client.js, works fine!