From 3988f815af6ef297d76db4bf6664ca6d64b6075f Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Tue, 23 May 2023 11:14:02 +0100 Subject: [PATCH] Merge pull request #13182 from overleaf/jpa-disable-sentry-upload [web] temporarily disable upload of source maps to sentry GitOrigin-RevId: 76eaa7533baf74b92002d6ba91b2220fc79aa3f9 --- services/web/bin/sentry_upload | 3 +++ 1 file changed, 3 insertions(+) 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