From 1873c747761573d26107a79c26a7e476968a75d2 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 31 Oct 2021 13:37:57 +0000 Subject: [PATCH] feat: add releases to sentry (#919) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/919 Reviewed-by: dpschen Co-authored-by: konrad Co-committed-by: konrad --- src/sentry.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sentry.js b/src/sentry.js index 7575c01e5..678a1c738 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: [