attempting to fix github actions

This commit is contained in:
Amruth Pillai
2022-11-24 15:58:27 +01:00
parent f0e95905d2
commit a8034b21d5
2 changed files with 6 additions and 12 deletions

View File

@ -55,6 +55,7 @@ const nextConfig = {
/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
const sentryConfig = {
silent: true,
dryRun: process.env.NODE_ENV !== 'production',
};
module.exports = withSentryConfig(nextConfig, sentryConfig);