-
-
Save 6220119/58b191766f50c57d1acab51a68e94eb3 to your computer and use it in GitHub Desktop.
Errors to ignore on Sentry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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