diff --git a/web/next.config.js b/web/next.config.js index 48acda42ed..f4bb94eddb 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -31,7 +31,9 @@ const nextConfig = { // https://nextjs.org/docs/api-reference/next.config.js/ignoring-typescript-errors ignoreBuildErrors: true, }, - sentry: {}, + sentry: { + hideSourceMaps: true + }, async redirects() { return [ {