Skip to content

Commit

Permalink
chore: Update next.config.js to set silent to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kduprey committed Jul 3, 2024
1 parent e698124 commit f800f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = withSentryConfig(module.exports, {
project: "kentonduprey-site",

// Only print logs for uploading source maps in CI
silent: !process.env.CI,
silent: true,

// For all available options, see:
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
Expand Down

0 comments on commit f800f1b

Please sign in to comment.