From ebebcf59568de7ea348c639bbbf9004e8a6d9761 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 18 Aug 2023 11:24:15 +0100 Subject: [PATCH] Revert "[web] temporarily disable upload of source maps to sentry" (#14386) GitOrigin-RevId: 8edd758624a72bc5113b8474cc7734faf8a1043c --- services/web/bin/sentry_upload | 3 --- 1 file changed, 3 deletions(-) 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