Skip to content

Commit b0c5202

Browse files
committed
Cleanup.
1 parent 0a4f6f2 commit b0c5202

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

build/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5526,10 +5526,6 @@ var GleapCrashDetector = /*#__PURE__*/function () {
55265526
}
55275527
}
55285528
});
5529-
5530-
window.onerror = function (msg, url, lineNo, columnNo, error) {
5531-
return false;
5532-
};
55335529
}
55345530
}], [{
55355531
key: "getInstance",

published/6.9.1/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5526,10 +5526,6 @@ var GleapCrashDetector = /*#__PURE__*/function () {
55265526
}
55275527
}
55285528
});
5529-
5530-
window.onerror = function (msg, url, lineNo, columnNo, error) {
5531-
return false;
5532-
};
55335529
}
55345530
}], [{
55355531
key: "getInstance",

published/latest/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5526,10 +5526,6 @@ var GleapCrashDetector = /*#__PURE__*/function () {
55265526
}
55275527
}
55285528
});
5529-
5530-
window.onerror = function (msg, url, lineNo, columnNo, error) {
5531-
return false;
5532-
};
55335529
}
55345530
}], [{
55355531
key: "getInstance",

src/GleapCrashDetector.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,5 @@ export default class GleapCrashDetector {
5656
}
5757
}
5858
});
59-
60-
window.onerror = function (msg, url, lineNo, columnNo, error) {
61-
62-
return false;
63-
};
6459
}
6560
}

0 commit comments

Comments
 (0)