OS:
Platform:
SDK:
@sentry/react-nativereact-native-sentrySDK version: 1.3.6
react-native version: 0.60.3
Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
Sentry.init({
dsn: 'https://[email protected]/...'
});
task: MyEnvRelease_SentryUpload wasn't running in my build process. I debugged Sentry.gradle and it go successfully this line with correct arguments.
https://github.com/getsentry/sentry-react-native/blob/b4984c1b0ee7e2e8a7f74eec22411ea4aa90e94e/sentry.gradle#L130
Steps to reproduce:
./gradlew assembleBetaRelease)Actual result:
Expected result:
[task]_SentryUpload should be run and upload sourcemaps to sentry
Close it because it not relevant to sentry. My case is configure org.gradle.configureondemand=true on gradle.properties.
Shouldn't this be documented?
Most helpful comment
Close it because it not relevant to sentry. My case is configure
org.gradle.configureondemand=trueon gradle.properties.