Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Remove warning about getContext being called in global context
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis committed Feb 7, 2017
1 parent 2caf2d4 commit ca0357a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ extend(Raven.prototype, {
}
return domain.active.sentryContext;
}
utils.consoleAlert('getContext called without context; this may indicate incorrect setup - refer to docs on contexts');
return this._globalContext;
},

Expand Down

0 comments on commit ca0357a

Please sign in to comment.