Skip to content

Commit ca0357a

Browse files
committed
Remove warning about getContext being called in global context
1 parent 2caf2d4 commit ca0357a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ extend(Raven.prototype, {
351351
}
352352
return domain.active.sentryContext;
353353
}
354-
utils.consoleAlert('getContext called without context; this may indicate incorrect setup - refer to docs on contexts');
355354
return this._globalContext;
356355
},
357356

0 commit comments

Comments
 (0)