nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

Use source maps to generate a usable stacktrace (with Crashlytics for example)

Open captainhaddockfr35 opened this issue 6 years ago • 0 comments

Is your feature request related to a problem? Please describe. I use Crashlytics to monitor crashes in my application, including JavaScript errors. But in release, the stack trace that I return is unusable (only info on bundle.js).

Describe the solution you'd like I don't know if it's possible but, I would like to convert the stack trace directly into the Javascript code to send it to Crashlytics.

Thanks

captainhaddockfr35 avatar May 22 '19 08:05 captainhaddockfr35