Authored by htoooth

add ip

... ... @@ -34,6 +34,7 @@ function errorRouter(m) {
udid: _.get(m, 'fields.udid', '').replace(/"/g, ''),
route: _.get(m, 'tags.path', ''),
url: _.get(m, 'tags.url', ''),
ip: _.get(m, 'tags.ip', ''),
code: _.parseInt(_.get(m, 'tags.code', '0')) || -1,
line: _.parseInt(line),
column: _.parseInt(column),
... ...