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 62403b7 + 29b5830 commit d105f37Copy full SHA for d105f37
1 file changed
src/raven.js
@@ -485,9 +485,10 @@ Raven.prototype = {
485
isSetup: function() {
486
if (!this._hasJSON) return false; // needs JSON support
487
if (!this._globalServer) {
488
- if (!this.ravenNotConfiguredError)
+ if (!this.ravenNotConfiguredError) {
489
+ this.ravenNotConfiguredError = true;
490
this._logDebug('error', 'Error: Raven has not been configured.');
- this.ravenNotConfiguredError = true;
491
+ }
492
return false;
493
}
494
return true;
0 commit comments