diff --git a/src/sentry.js b/src/sentry.js index 7575c01e57..678a1c7380 100644 --- a/src/sentry.js +++ b/src/sentry.js @@ -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: [