add some more properties for sentry

This commit is contained in:
Amruth Pillai
2022-11-25 13:07:40 +01:00
parent 88ac365e03
commit fb09283e53
4 changed files with 19 additions and 768 deletions

View File

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