From d371d32ff84cc4459c39b493c68ac1de6d0f8171 Mon Sep 17 00:00:00 2001 From: qwerzl Date: Wed, 18 Dec 2024 12:03:12 +0800 Subject: [PATCH] chore: upload client sourcemap to sentry --- nuxt.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 5a526d39..0d2d8707 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -72,5 +72,9 @@ export default defineNuxtConfig({ }, }, + sourcemap: { + client: true, + }, + compatibilityDate: '2024-08-31', })