Revert "[web] temporarily disable upload of source maps to sentry" (#14386)

GitOrigin-RevId: 8edd758624a72bc5113b8474cc7734faf8a1043c
This commit is contained in:
Alf Eaton 2023-08-18 11:24:15 +01:00 committed by Copybot
parent e627003fd4
commit ebebcf5956

View file

@ -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