Sentry: filter out localForage "No storage found" error

environments/review-sentry-loc-v0rzzx/deployments/2614
Alex Gleason 2023-02-14 10:30:14 -06:00
rodzic 261d900b51
commit 55f99980e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,9 @@ export const start = (): void => {
'Failed to update a ServiceWorker for scope',
// Useful for try/catch, useless as a Sentry error.
'AbortError',
// localForage error in FireFox private browsing mode (which doesn't support IndexedDB).
// We only use IndexedDB as a cache, so we can safely ignore the error.
'No available storage method found',
],
denyUrls: [
// Browser extensions.