Skip to content

Commit

Permalink
Remove silent
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Oct 13, 2023
1 parent 85678df commit 47f322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/packages/next/next-config-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ module.exports = async (phase, context) => {
// If you have plugins that has to be added after Nx you can do that here.
// For example, Sentry needs to be added last.
const { withSentryConfig } = require('@sentry/nextjs');
updatedConfig = withSentryConfig(updatedConfig, { silent: true });
updatedConfig = withSentryConfig(updatedConfig);

return updatedConfig;
};
Expand Down

0 comments on commit 47f322e

Please sign in to comment.