Skip to content

Commit

Permalink
Merge pull request #945 from sushiswap/chore/disable-sentry
Browse files Browse the repository at this point in the history
chore: disable sentry
  • Loading branch information
chillichelli authored Dec 20, 2022
2 parents 29bb279 + 2bc2d56 commit 1473661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const SentryWebpackPluginOptions = {

// Make sure adding Sentry options is the last code to run before exporting, to
// ensure that your source maps include changes from all other Webpack plugins
module.exports = withSentryConfig(withBundleAnalyzer(nextConfig), SentryWebpackPluginOptions)
module.exports = withBundleAnalyzer(nextConfig)

// Don't delete this console log, useful to see the config in Vercel deployments
// console.log('next.config.js', JSON.stringify(module.exports, null, 2))

1 comment on commit 1473661

@vercel
Copy link

@vercel vercel bot commented on 1473661 Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.