You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/^ResizeObserverloopcompletedwithundeliverednotifications.$/,// The browser logs this when a ResizeObserver handler takes a bit longer. Usually this is not an actual issue though. It indicates slowness.
15
15
/^Cannotredefineproperty:googletag$/,// This is thrown when google tag manager is used in combination with an ad blocker
16
+
/^Can'tfindvariable:gmo$/,// Error from Google Search App https://issuetracker.google.com/issues/396043331
16
17
"undefined is not an object (evaluating 'a.L')",// Random error that happens but not actionable or noticeable to end-users.
17
18
'can\'t redefine non-configurable property "solana"',// Probably a browser extension or custom browser (Brave) throwing this error
18
19
"vv().getRestrictions is not a function. (In 'vv().getRestrictions(1,a)', 'vv().getRestrictions' is undefined)",// Error thrown by GTM, seemingly not affecting end-users
19
20
"Can't find variable: _AutofillCallbackHandler",// Unactionable error in instagram webview https://developers.facebook.com/community/threads/320013549791141/
20
21
/^Non-Errorpromiserejectioncapturedwithvalue:ObjectNotFoundMatchingId:\d+,MethodName:simulateEvent,ParamCount:\d+$/,// unactionable error from CEFSharp, a .NET library that embeds chromium in .NET apps
22
+
/^Javaexceptionwasraisedduringmethodinvocation$/,// error from Facebook Mobile browser (https://github.com/getsentry/sentry-javascript/issues/15065)
0 commit comments