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
// This is an error coming from the sandbox, return with no error.
76
84
returnnull;
77
85
}
78
86
79
-
if(
80
-
event.message&&
81
-
event.message.includes('Unexpected frame by generating stack.')
82
-
){
87
+
if(errorMessage.includes('Unexpected frame by generating stack.')){
83
88
// A firefox error with error-polyfill, not critical. Referenced here: https://sentry.io/organizations/codesandbox/issues/1293236389/?project=155188&query=is%3Aunresolved
0 commit comments