Skip to content

Commit

Permalink
feat(sentry config): add some common errors that should be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Oct 14, 2020
1 parent 95c6162 commit 158ab06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ export default {
disableServerSide: true,

// Additional config
// config: {},
config: {
ignoreErrors: ['Request rejected with status', 'Failed to fetch'],
},
},

/*
Expand Down

0 comments on commit 158ab06

Please sign in to comment.