From e61da308bace62442833e1d97c897f56d824b68b Mon Sep 17 00:00:00 2001 From: DepFA <35278260+dfaker@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:55:10 +0100 Subject: [PATCH] Disable sentry logging --- webui.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui.sh b/webui.sh index 4534f14..8355c9d 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