You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable org.gradle.configuration-cache=true in gradle.properties
set warn level for configuration cache problems org.gradle.unsafe.configuration-cache-problems=warn in gradle properties
build release app apk or bundle ./gradlew assembleRelease
Expected Result
Building/Assembling APK or bundle tasks should succeed without error.
Actual Result
See the complete report at .../configuration-cache/arbf12exyse0x2d67zxpdnb38/e07xbrg4hyz0msuzuubqcqzuy/configuration-cache-report.html
FAILURE: Build failed with an exception.
* Where:
Script '.../node_modules/@sentry/react-native/sentry.gradle' line: 104
* What went wrong:
Could not evaluate onlyIf predicate for task ':app:createBundleReleaseJsAndAssets_SentryUpload_PACKAGE_ID@VERSION_NAME+VERSION_CODE'.
> Could not evaluate spec for 'Task satisfies onlyIf closure'.
The text was updated successfully, but these errors were encountered:
What React Native libraries do you use?
React Native without Frameworks
Are you using sentry.io or on-premise?
sentry.io (SaS)
@sentry/react-native SDK Version
5.25.0
How does your development environment look like?
OS: mac-os
arch: arm64
react native: 0.74.3-0
hermes enabled: true
Sentry.init()
Steps to Reproduce
SENTRY_DISABLE_AUTO_UPLOAD=false
SENTRY_AUTH_TOKEN=YOUR_TOKEN
org.gradle.configuration-cache=true
ingradle.properties
org.gradle.unsafe.configuration-cache-problems=warn
in gradle properties./gradlew assembleRelease
Expected Result
Building/Assembling APK or bundle tasks should succeed without error.
Actual Result
The text was updated successfully, but these errors were encountered: