Ignore NS_ERROR_ABORT No error message alerts in Sentry front-end

This commit is contained in:
Alex Gibson 2024-07-29 13:33:28 +01:00
Родитель d6c387188d
Коммит 6dbfd442ff
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@ const options = {
ignoreErrors: [
'$ is not defined',
'Event `Event` (type=unhandledrejection) captured as promise rejection',
'NS_ERROR_ABORT',
'NetworkError when attempting to fetch resource',
'Non-Error promise rejection captured'
]