Fixed matching ignored errors
refs https://ghost-foundation.sentry.io/issues/4907452370/ - we want to ignore these errors but the caret is stopping us from doing so because the errors usually start with AbortError - we can remove the caret to do so and clean up Sentry
This commit is contained in:
parent
0d1916505f
commit
b2284383bf
@ -186,7 +186,7 @@ export default Route.extend(ShortcutsRoute, {
|
|||||||
beforeSend,
|
beforeSend,
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
// Browser autoplay policies (this regex covers a few)
|
// Browser autoplay policies (this regex covers a few)
|
||||||
/^The play\(\) request was interrupted.*/,
|
/The play\(\) request was interrupted.*/,
|
||||||
/The request is not allowed by the user agent or the platform in the current context/,
|
/The request is not allowed by the user agent or the platform in the current context/,
|
||||||
|
|
||||||
// Network errors that we don't control
|
// Network errors that we don't control
|
||||||
|
Loading…
Reference in New Issue
Block a user