Skip to content

Commit

Permalink
chore(sentry): don't catch BuildValidationError
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Jul 9, 2024
1 parent 56a6e7d commit 47f73de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ getInitialData().then(() => {
/Importing a module script failed./
];
const ignoreErrorTypes = [
'BuildValidationError',
'ValidationError',
'PermissionError',
'AuthenticationError'
Expand Down

0 comments on commit 47f73de

Please sign in to comment.