Skip to content

Instantly share code, notes, and snippets.

@pioug
Last active February 26, 2024 09:14
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pioug/b006c983538538066ea871d299d8e8bc to your computer and use it in GitHub Desktop.
Save pioug/b006c983538538066ea871d299d8e8bc to your computer and use it in GitHub Desktop.
Errors to ignore on Sentry, likely caused by browsers/extensions/webviews
const ignoreErrors = [
/^No error$/,
/__show__deepen/,
/_avast_submit/,
/Access is denied/,
/anonymous function: captureException/,
/Blocked a frame with origin/,
/can't redefine non-configurable property "userAgent"/,
/change_ua/,
/console is not defined/,
/cordova/,
/DataCloneError/,
/Error: AccessDeny/,
/event is not defined/,
/feedConf/,
/ibFindAllVideos/,
/myGloFrameList/,
/SecurityError/,
/MyIPhoneApp/,
/snapchat.com/,
/vid_mate_check is not defined/,
/win\.document\.body/,
/window\._sharedData\.entry_data/,
/window\.regainData/,
/ztePageScrollModule/
];
@julienc91
Copy link

Hi, I just notice this vid_mate_check is not defined in a sentry report on my website, but I can't find anything on the Internet about this error, except this gist.
Do you know what this is about?

@stef-w
Copy link

stef-w commented Sep 28, 2018

I've seen the same error appearing in my logs. I suspect a broken browser plugin, but can not confirm yet.

@akshay06
Copy link

akshay06 commented Oct 2, 2018

Hey @stef-w @julienc91,
I figured out, this error is because of an app called VidMate (https://9apps.xyz/vidmate-app-download)

If anyone tries to open the site in this browser, then it shows this error

@joaopslins
Copy link

Thanks for figuring it out @akshay06! I got this problem as well and I was looking for the cause. Hope this helps more people with the same issue

@hinok
Copy link

hinok commented Dec 11, 2018

Sentry reports error below

ReferenceError: vid_mate_check is not defined

Pasted full error from sentry just for SEO reasons. Hope it will help someone.

Hey @stef-w @julienc91,
I figured out, this error is because of an app called VidMate (https://9apps.xyz/vidmate-app-download)

Thanks @akshay06

@vaibhavi3t
Copy link

@akshay06
I'm also facing same issue. Sentry has reported 5.6k events for this. Can you help me how to solve it?

@rohittagadiya
Copy link

I'm also facing same issue. Sentry has reported this issue :)

@altaywtf
Copy link

I have /ibFindAllVideos/ in my ignoreErrors but they still show up 😅 and it's not the only one...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment