chore(sentry): ignore error on password input with password manager

This commit is contained in:
Colin Darie 2023-01-10 16:04:43 +01:00
parent 4cfe9a5c13
commit e501750fb4

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'
]
});