IgnoreErrors does nothing

I’ve tried everything I can but I just can’t get this thing to ignore errors. Hoping someone on here can help.
My config is:

ignoreErrors: [
‘batch,js’,
‘undefined missing confluence/api/navigator-context’,
“Cannot read property ‘importSubcalendar’”,
“Cannot read property ‘userTimezoneSetup’”,
‘atl-vertigo’,
‘contextbatch’
]

And yet these errors all slip through anyways:

Error: Unknown RPC service: update_security_token
at Object.services.(anonymous function)(/atl-vertigo--shard-jira-prod-us-13--3--
site.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-dvpos5/b/1/3fd211de1dabd49206a08371672cbe51/_/download/contextbatch/js/atl.dashboard,jira.glob
al,atl.general,jira.dashboard,jira.general,atl.global,-_supe...:2579:1736)
at process(/atl-vertigo--shard-jira-prod-us-13--3--site.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-dvpos5/b/1/3fd211de1dabd49206a08371672cbe51/_/download/contextbatch/js/atl.dashboard,jira.global,atl.general,jira.dashboard,jira.general,atl.global,-_supe...:2579:2829)
at ? (/atl-vertigo--shard-jira-prod-us-13--3--site.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-dvpos5/b/1/3fd211de1dabd49206a08371672cbe51/_/download/contextbatch/js/atl.dashboard,jira.global,atl.general,jira.dashboard,jira.general,atl.global,-_supe...:2579:7619)
at d(chrome-extension://<thing>/raven.min.js:2:6417)

or

TypeError: i.done is not a function
at ? (/atl-vertigo--shard-jira-prod-us-13--3--site.atlassian.net/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-dvpos5/b/1/b2ea022871f6604f9a41e557256a163a/_/download/contextbatch/js/greenhopper-rapid-non-gadget,gh-rapid,atl.general,jira.project.sidebar,jira.global,...:2431:2606)
at d(chrome-extension://<thing>/raven.min.js:2:6417)

or

Error: undefined missing ac/confluence/macro/property-panel-controls
at s(/site.atlassian.net/wiki/s/d41d8cd98f00b204e9800998ecf8427e-CDN/1772647852/h/7824799b2f3d59e9ffe68ba60b097bb8/_/download/contextbatch/js/_super/batch.js:14:439)
at ? (/site.atlassian.net/wiki/s/d41d8cd98f00b204e9800998ecf8427e-CDN/1772647852/h/7824799b2f3d59e9ffe68ba60b097bb8/_/download/contextbatch/js/_super/batch.js:15:306)
at d(chrome-extension://<thing>/raven.min.js:2:6417)

Any help would be appreciated

1 Like

I’m having the same issue.