aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
diff options
context:
space:
mode:
Diffstat (limited to 'webui.sh')
-rwxr-xr-xwebui.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui.sh b/webui.sh
index 4534f149..8355c9df 100755
--- a/webui.sh
+++ b/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