@sentry/browser 5.16.1
@sentry/integrations 5.16.1
vue 2.6.11
import Vue from 'vue'
import * as Sentry from '@sentry/browser';
import { Vue as VueIntegration } from '@sentry/integrations';
Sentry.init({
dsn: 'https://<key>@<organization>.ingest.sentry.io/<project>',
integrations: [new VueIntegration({Vue, attachProps: true})],
});