Open
Description
Describe the solution you'd like
Support source maps on Android for React Native apps. Currently only supported on iOS.
See microsoft/appcenter-sdk-react-native#208
Describe alternatives you've considered
Without the source maps on Android, we can't understand crash logs because the stack traces don't trace back to the JavaScript side.
Additional context
This feature works for iOS already and it is very useful to know which line of code and file is causing the crash. No idea how this is not done already.