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.
2 parents 451b721 + c2e5fad commit b6e1eecCopy full SHA for b6e1eec
plugins/console.js
@@ -33,4 +33,4 @@ while(level) {
33
// export
34
window.console = console;
35
36
-}(this, Raven, console || {}));
+}(this, Raven, window.console || {}));
0 commit comments