[TIMOB-12867] iOS: Update error reporting return original line numbers, not minified versions
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | cb-tooling |
Reporter | Ingo Muschenetz |
Assignee | Unknown |
Created | 2013-02-26T19:48:12.000+0000 |
Updated | 2018-02-28T20:04:16.000+0000 |
Description
As part of the Crittercism work, we exposed a way for users to get a stack trace of the current error. Minification destroys the line numbers. This ticket encompasses reading the source map to report the original line numbers, function and variable names as part of the error report.
Note: This will probably require a change in JSCore, as we currently do not get the offsets or line columns, which is needed for mapping.