js: ignore a new variant of the same warning
This commit is contained in:
parent
d553920fdc
commit
255c00c174
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ if (enabled && key) {
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
// Ignore errors generated by a Microsoft crawler.
|
// Ignore errors generated by a Microsoft crawler.
|
||||||
// See https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
|
// 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'
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue