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:
commit
79537a8a99
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
]
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue