Authored by htoooth

add ip

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