diff --git a/apps/web/next.config.js b/apps/web/next.config.js index e67ef05..e5c57a6 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -69,6 +69,9 @@ module.exports = withSentryConfig({ ]; }, sentry: { + disableClientWebpackPlugin: true, + disableServerWebpackPlugin: true, + hideSourceMaps: true, tunnelRoute: '/track-error', }, serverRuntimeConfig: serverRuntimeConfigSchema.parse(env),