Added browser autoplay error to Sentry ignore list

fix https://linear.app/tryghost/issue/SLO-179/notallowederror-the-request-is-not-allowed-by-the-user-agent-or-the

- this adds another browser error to the Sentry ignore list, as we don't
  have control over it, and it doesn't affect the user
This commit is contained in:
Daniel Lockyer 2024-06-27 15:15:39 +02:00 committed by Daniel Lockyer
parent 430a2ca383
commit 34b903a12b

View File

@ -187,6 +187,7 @@ export default Route.extend(ShortcutsRoute, {
ignoreErrors: [
// Browser autoplay policies (this regex covers a few)
/The play() request was interrupted/,
/The request is not allowed by the user agent or the platform in the current context/,
// Network errors that we don't control
/Server was unreachable/,