Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot read property '_avast_submit' of undefined

We're are using Sentry for our React App and faced this issue. Don't know where exactly this issue is coming from? This variable '_avast_submit' (or related named variable) is not at all used in either frontend or backend. In the screenshot it's mentioned anonymous.

This issue had occurred for the user's who had used our React App, are from Mac and Windows OS specifically using Chrome browser.

Error on Sentry

like image 526
Aniruddha Shevle Avatar asked Aug 07 '18 07:08

Aniruddha Shevle


1 Answers

This is due to an Avast extension of browser.

Unfortunately when tracking (all) JS errors, also errors originating from browser extensions could reported to Sentry.

Mentioned in Github comments: https://github.com/getsentry/sentry/issues/9331

like image 130
Aniruddha Shevle Avatar answered Nov 10 '22 14:11

Aniruddha Shevle