We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1068a0c commit 6d5a919Copy full SHA for 6d5a919
src/raven.js
@@ -615,9 +615,7 @@ Raven.prototype = {
615
}
616
});
617
618
- var origOpen;
619
if ('XMLHttpRequest' in window) {
620
- origOpen = XMLHttpRequest.prototype.open;
621
fill(XMLHttpRequest.prototype, 'open', function(origOpen) {
622
return function (data) { // preserve arity
623
var xhr = this;
0 commit comments