diff --git a/scripts/run-build.sh b/scripts/run-build.sh index 3f42d1211200..34a12e551237 100755 --- a/scripts/run-build.sh +++ b/scripts/run-build.sh @@ -82,7 +82,7 @@ case "$BUILD" in fi fi - npx rock run:android --variant $ANDROID_MODE --app-id $APP_ID --active-arch-only --verbose --dev-server "${ROCK_FLAGS[@]}" + SENTRY_DISABLE_AUTO_UPLOAD=true npx rock run:android --variant $ANDROID_MODE --app-id $APP_ID --active-arch-only --verbose --dev-server "${ROCK_FLAGS[@]}" ;; *) print_error_and_exit