Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12867] iOS: Update error reporting return original line numbers, not minified versions

GitHub Issuen/a
TypeSub-task
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelscb-tooling
ReporterIngo Muschenetz
AssigneeUnknown
Created2013-02-26T19:48:12.000+0000
Updated2018-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.

Comments

  1. Blain Hamon 2013-03-26

    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.

JSON Source