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 451b721 commit c2e5fadCopy full SHA for c2e5fad
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