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