Authored by htoooth

fix

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