I’m trying to ignore this error, but no matter what, it’s still reporting them.
ignoreErrors: [
“Error: Extension context invalidated.”,
],
I’ve tried
- Extension context invalidated
- Extension context invalidated.
- Error: Extension context invalidated.
None of them seem to prevent this error from being recorded. Additionally, I’m also denying chrome extensions using the recommended denyUrls, and the error above is coming from a chrome extension and is STILL filling up my sentry error log.
Here is my config file from github: https://github.com/sheibeck/fcs/blob/c22fbbca6a75915b16bc80c8e30986b332d68e01/src/index.js