Disable sentry logging
This commit is contained in:
parent
b8a8f749ef
commit
e61da308ba
1 changed files with 3 additions and 0 deletions
3
webui.sh
3
webui.sh
|
@ -41,6 +41,9 @@ then
|
|||
venv_dir="venv"
|
||||
fi
|
||||
|
||||
# Disable sentry logging
|
||||
export ERROR_REPORTING=FALSE
|
||||
|
||||
# Do not reinstall existing pip packages on Debian/Ubuntu
|
||||
export PIP_IGNORE_INSTALLED=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue