[[ https://github.com/getsentry/raven-js/blob/master/vendor/TraceKit/tracekit.js#L38 | TraceKit.report() ]] contains logic that re-throws the exception and catches it via window.onerror; supposedly, this improves error reporting in some IE version, but they don't mention which. This logic might be problematic for ResourceLoader integration; find out whether it's actually needed for any IE version supported by MediaWiki.
Description
Description
Event Timeline
Comment Actions
Raven actually surpresses this behavior since it catches again the exception that TraceKit tries to rethrow. So no practical significance.