diff --git a/next.config.js b/next.config.js index 2f86c12f..0332313b 100644 --- a/next.config.js +++ b/next.config.js @@ -21,7 +21,7 @@ module.exports = withSentryConfig( // https://github.com/getsentry/sentry-webpack-plugin#options // Suppresses source map uploading logs during build - silent: false, + silent: true, org: "coronasafe-network", project: "ayushma-nextjs", },