Skip to content

Commit fcca2d7

Browse files
committed
Undeprecate ignoreErrors
1 parent 9f24669 commit fcca2d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/raven.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ var Raven = {
5252
lastSlash = uri.path.lastIndexOf('/'),
5353
path = uri.path.substr(1, lastSlash);
5454

55-
if (options && options.ignoreErrors && window.console && console.warn) {
56-
console.warn('DeprecationWarning: `ignoreErrors` is going to be removed soon.');
57-
}
58-
5955
// merge in options
6056
if (options) {
6157
each(options, function(key, value){

0 commit comments

Comments
 (0)