From b09e43fea405ceadbe5ebdcb595b1d95f22009c8 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 30 May 2024 23:34:50 +0200 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 30896032..29759f59 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -30,8 +30,8 @@ const moduleExports = { return config; }, sentry: { - disableClientWebpackPlugin: true, - disableServerWebpackPlugin: true, + //disableClientWebpackPlugin: true, + //disableServerWebpackPlugin: true, }, env: { NEXT_PUBLIC_APP_VERSION: version,