This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Use source maps to generate a usable stacktrace (with Crashlytics for example) #907
Open
Description
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