diff --git a/services/web/bin/sentry_upload b/services/web/bin/sentry_upload index cf7b3cddb8..a5ada83989 100755 --- a/services/web/bin/sentry_upload +++ b/services/web/bin/sentry_upload @@ -11,7 +11,6 @@ if [[ "$BRANCH_NAME" == "master" || "$BRANCH_NAME" == "main" ]]; then OPTS="--no-rewrite --url-prefix ~" sentry-cli releases new "$SENTRY_RELEASE" sentry-cli releases files "$SENTRY_RELEASE" upload-sourcemaps ${OPTS} . - sentry-cli releases set-commits --auto --ignore-missing "$SENTRY_RELEASE" sentry-cli releases finalize "$SENTRY_RELEASE" rm -rf sentry_upload