mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #13182 from overleaf/jpa-disable-sentry-upload
[web] temporarily disable upload of source maps to sentry GitOrigin-RevId: 76eaa7533baf74b92002d6ba91b2220fc79aa3f9
This commit is contained in:
parent
540a5466f3
commit
3988f815af
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue