diff --git a/services/web/bin/sentry_upload b/services/web/bin/sentry_upload index a0501935d2..a5ada83989 100755 --- a/services/web/bin/sentry_upload +++ b/services/web/bin/sentry_upload @@ -1,9 +1,6 @@ #!/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