Issue
Android source maps are not being uploaded. My build is successful however it looks like the task that uploads source maps createBundleReleaseJsAndAssets_SentryUpload_
is being skipped. I don't see the task in the build logs.
Applies To
- User's using the React Native SDK and uploading Android source maps to Sentry
Symptoms
- Android Source maps are not uploaded
Resolution
Remove org.gradle.configureondemand=true
from gradle.properties
. This setting limits Gradle to configuring only required projects, which may cause the Sentry upload task createBundleReleaseJsAndAssets_SentryUpload_
to be skipped.