I have no idea what I'm doing here.

This commit is contained in:
Amruth Pillai
2022-11-24 16:29:36 +01:00
parent 54fad2f6d8
commit 552ff281b8
2 changed files with 6 additions and 0 deletions

View File

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