Merge pull request #8398 from colinux/sentry-ignore-password-error

chore(sentry): ignore error on password input with password manager
This commit is contained in:
Colin Darie 2023-01-10 16:31:14 +01:00 committed by GitHub
commit 79537a8a99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,10 @@ if (enabled && key) {
// Ignore errors generated by a Microsoft crawler.
// See https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
'Non-error promise rejection captured with keys',
'Non-Error promise rejection captured with value'
'Non-Error promise rejection captured with value',
// Error with password input with a password manager, pending a DSFR fix
'e.getModifierState is not a function'
]
});