I'm not sure what might be causing this
We see this mostly on Mac OS X Safari 9 - but once on Chrome 32 Windows.
The line in sentry points to:
while(i--) args[i] = deep ? Raven.wrap(options, arguments[i]) : arguments[i];
try {
/*jshint -W040*/
return func.apply(this, args); <-- HERE
} catch(e) {
Raven.captureException(e, options);
throw e;
}
}
It's not obvious if Raven itself is causing the error, or if it is just dying handling another error?
I'm not sure what might be causing this
We see this mostly on Mac OS X Safari 9 - but once on Chrome 32 Windows.
The line in sentry points to:
It's not obvious if Raven itself is causing the error, or if it is just dying handling another error?