Environment
React Native
How do you use Sentry?
"@sentry/react-native": "^2.6.0"
Which SDK and version?
"@sentry/react-native": "^2.6.0",
Steps to Reproduce
- run gradlew assembleRelease
- gradlew sentry method uploads sourcemap and index.android.bundle
- In sentry panel it shows 0B for index.android.bundle and 15.5MiB for sourcemap file
- The error trace is being shown minified without any information
Expected Result
Error trace shows the methods and variables proper names for references.
Actual Result
Error trace don't show anything useful to understand it because is minified.
Screenshots


Environment
React Native
How do you use Sentry?
"@sentry/react-native": "^2.6.0"
Which SDK and version?
"@sentry/react-native": "^2.6.0",
Steps to Reproduce
Expected Result
Error trace shows the methods and variables proper names for references.
Actual Result
Error trace don't show anything useful to understand it because is minified.
Screenshots