-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build failing on CI; Execution failed for task ':app:bundle...JsAndAssets_SentryUpload'. #553
Comments
We're also having the same issue:
|
and on iOS too:
with trace on, it looks like the |
Check if you forgot to put |
I removed the line |
me too,I hit the issue for {Android build failing on CI; Execution failed for task ':app:bundle...JsAndAssets_SentryUpload'}. |
@abunsen did you find a solution? I have the same problem. |
For everyone trying to workaround this issue. I ended up with this if (System.getenv("APPCENTER_BUILD_SENTRY")) {
apply from: "../../node_modules/react-native-sentry/sentry.gradle"
} Since I'm only using AppCenter to send OTA updates and to run tests when I open PR it was not a big deal to remove the Sentry stuff. You'd just need to add that APPCENTER_BUILD_SENTRY env. variable in your build settings. |
Facing the same issue Comment link : #273 (comment) |
I am closing all old issues, please if this is still a problem feel free to revive it. |
You can use a |
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
All of my gradlew assemble tasks are working perfectly locally. The issue is when I try to build my project on both AppCenter and Bitrise.
Steps to reproduce:
Actual result:
and on AppCenter
Expected result:
The text was updated successfully, but these errors were encountered: