Skip to content

Commit

Permalink
Ignore NS_ABORT_FAILURE error in Sentry JS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Jul 30, 2024
1 parent 4fdd270 commit 18fa6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/js/base/sentry-consent.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const options = {
ignoreErrors: [
'$ is not defined',
'Event `Event` (type=unhandledrejection) captured as promise rejection',
'NS_ERROR_ABORT',
'NS_ERROR_ABORT', // https://mozilla.sentry.io/share/issue/3a480856d1784ecdb3d8bbd647df0a7b/
'NS_ERROR_FAILURE', // https://mozilla.sentry.io/share/issue/6361b063ea0d4528ac0ef07e181fbb96/
'NetworkError when attempting to fetch resource',
'Non-Error promise rejection captured'
]
Expand Down

0 comments on commit 18fa6e9

Please sign in to comment.