React Native on Android

The docs on uploading the source maps describe iOS. Is there a more complete documentation for Sentry on how to use it for Android builds? There’s this thread on the subject that I haven’t tried yet, maybe it could be used as a basis: http://stackoverflow.com/questions/34715106/how-to-add-sourcemap-in-react-native-for-production

Thanks!

It’s the same basic idea: the artifact name should match whatever filename appears in the stack frames. But note that there is currently an open issue with RN on Android: https://github.com/getsentry/raven-js/issues/731