js: ignore a new variant of the same warning

This commit is contained in:
Pierre de La Morinerie 2021-09-07 08:54:10 -05:00
parent d553920fdc
commit 255c00c174

View file

@ -10,7 +10,8 @@ if (enabled && key) {
ignoreErrors: [
// 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 keys',
'Non-Error promise rejection captured with value'
]
});