Skip to content

Commit

Permalink
πŸ”Š capture console.error in sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 4, 2023
1 parent 429483a commit 7f00c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default {
clientIntegrations: {
/* default integrations will still be added due to deep-merge */
ReportingObserver: false, // reporting is very noisy on CSP violation.
CaptureConsole: { levels: ['error'] },
},
},
sitemap: {
Expand Down

0 comments on commit 7f00c6c

Please sign in to comment.