OS:
Platform:
SDK:
SDK 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://...@sentry.io/...'
});
task: MyEnvRelease_SentryUpload wasn't running in my build process. I debugged Sentry.gradle and it go successfully this line with correct arguments.
|
commandLine(*osCompatibility, *args) |
Steps to reproduce:
- Using flavor to build a release ( ex:
./gradlew assembleBetaRelease)
Actual result:
- Build Success, no error was prompted
- Sourcemaps was built but no [task]_SentryUpload running in terminal
Expected result:
[task]_SentryUpload should be run and upload sourcemaps to sentry
OS:
Platform:
SDK:
@sentry/react-nativereact-native-sentrySDK version: 1.3.6
react-nativeversion: 0.60.3Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
task: MyEnvRelease_SentryUpload wasn't running in my build process. I debugged Sentry.gradle and it go successfully this line with correct arguments.
sentry-react-native/sentry.gradle
Line 130 in b4984c1
Steps to reproduce:
./gradlew assembleBetaRelease)Actual result:
Expected result:
[task]_SentryUpload should be run and upload sourcemaps to sentry