nativescript-dev-webpack
                                
                                 nativescript-dev-webpack copied to clipboard
                                
                                    nativescript-dev-webpack copied to clipboard
                            
                            
                            
                        Use source maps to generate a usable stacktrace (with Crashlytics for example)
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