Authored by htoooth

fix

... ... @@ -89,13 +89,6 @@ function handleErrorReport(m) {
return;
}
const code = _.parseInt(_.get(m, 'tags.code', '0'));
// 限流
if (code === 9999991) {
return;
}
const type = _.get(m, 'tags.type', '');
if (type === 'api') {
... ...