diff --git a/services/web/bin/sentry_upload b/services/web/bin/sentry_upload index a5ada83989..a0501935d2 100755 --- a/services/web/bin/sentry_upload +++ b/services/web/bin/sentry_upload @@ -1,6 +1,9 @@ #!/bin/sh set -e +echo "Sentry upload is temporarily disabled." +exit 0 + if [[ "$BRANCH_NAME" == "master" || "$BRANCH_NAME" == "main" ]]; then rm -rf sentry_upload mkdir sentry_upload