[TIMOB-12868] Android: 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 | 2013 Sprint 09 Core, 2013 Sprint 09, Release 3.2.0 |
Fix Version/s | n/a |
Components | Android |
Labels | cb-tooling |
Reporter | Ingo Muschenetz |
Assignee | Unknown |
Created | 2013-02-26T19:48:37.000+0000 |
Updated | 2018-02-28T20:03:36.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.
No comments