feat: add releases to sentry #919

Merged
konrad merged 1 commits from feature/sentry-releases into main 2021-10-31 13:37:57 +00:00

View File

@ -1,8 +1,11 @@
import {VERSION} from './version.json'
export default async function setupSentry(app, router) {
const Sentry = await import('@sentry/vue')
const {Integrations} = await import('@sentry/tracing')
Sentry.init({
release: VERSION,
app,
dsn: window.SENTRY_DSN,
integrations: [