Skip to content

Instantly share code, notes, and snippets.

@6220119
Forked from pioug/index.js
Created September 12, 2018 05:38
Show Gist options
  • Save 6220119/58b191766f50c57d1acab51a68e94eb3 to your computer and use it in GitHub Desktop.
Save 6220119/58b191766f50c57d1acab51a68e94eb3 to your computer and use it in GitHub Desktop.
Errors to ignore on Sentry
const ignoreErrors: [
/__show__deepen/,
/Access is denied/,
/anonymous function: captureException/,
/Blocked a frame with origin/,
/console is not defined/,
/event is not defined/,
/feedConf/,
/MyIPhoneApp_ModifyShowModalDialog/,
/vid_mate_check is not defined/,
/win\.document\.body/,
/window\._sharedData\.entry_data/,
/ztePageScrollModule/
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment