From 771aad5420de2da8aad6b8fa6547c83141d35c7c Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 18 Jun 2023 16:04:42 +0200 Subject: [PATCH] chore(sentry): ignore missing commits --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index c30214272..da5804ae4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -55,6 +55,7 @@ function getSentryConfig(env: ImportMetaEnv): ViteSentryPluginOptions { }, setCommits: { auto: true, + ignoreMissing: true, }, sourceMaps: { include: ['./dist/assets'],