-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
OS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native
(>= 1.0.0) -
react-native-sentry
(<= 0.43.2)
SDK version: 1.7.1
react-native
version: 0.63.0
Are you using Expo?
- Yes
- No
Are you using sentry.io or on-premise?
- sentry.io (SaaS)
- on-premise
If you are using sentry.io, please post a link to your issue so we can take a look:
This is a build problem.
I have following issue:
I'm attempting to build a new react-native project. it is building and running flawlessly on Android locally. I am attempting to build it now on AppCenter and getting the following build failure:
> Task :sentry_react-native:javaPreCompileRelease
2020-08-27T20:12:34.3445490Z > Task :app:mainApkListPersistenceDevelop
2020-08-27T20:12:34.4166970Z > Task :app:bundleDevelopJsAndAssets SKIPPED
2020-08-27T20:12:34.5364730Z
2020-08-27T20:12:34.5366020Z > Task :app:bundleDevelopJsAndAssets_SentryUpload_1 FAILED
2020-08-27T20:12:34.5367810Z Processing react-native sourcemaps for Sentry upload.
2020-08-27T20:12:34.5368370Z
2020-08-27T20:12:34.5369320Z > Task :app:bundleDevelopJsAndAssets_SentryUploadCleanUp SKIPPED
2020-08-27T20:12:34.5372370Z error: No such file or directory (os error 2)
I have a buildType for the 'develop' release as follows:
buildTypes {
develop {
signingConfig signingConfigs.debug
matchingFallbacks = ['release']
}
}
Steps to reproduce:
- Add project to AppCenter as Android
- Choose build configuration
- Click Build Now
Actual result:
Build crashes.
Expected result:
Build doesn't crash.
Metadata
Metadata
Assignees
Labels
No labels