mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Revert "[web] temporarily disable upload of source maps to sentry" (#14386)
GitOrigin-RevId: 8edd758624a72bc5113b8474cc7734faf8a1043c
This commit is contained in:
parent
e627003fd4
commit
ebebcf5956
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
echo "Sentry upload is temporarily disabled."
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
if [[ "$BRANCH_NAME" == "master" || "$BRANCH_NAME" == "main" ]]; then
|
if [[ "$BRANCH_NAME" == "master" || "$BRANCH_NAME" == "main" ]]; then
|
||||||
rm -rf sentry_upload
|
rm -rf sentry_upload
|
||||||
mkdir sentry_upload
|
mkdir sentry_upload
|
||||||
|
|
Loading…
Reference in a new issue