aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-09-26 10:55:10 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-26 13:19:47 +0000
commite61da308bace62442833e1d97c897f56d824b68b (patch)
treeef02a0c76fe9bfc41af90e44948af1a20ba21af2
parentb8a8f749ef312a33769cc9df9491d6fab145e4c5 (diff)
downloadstable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.tar.gz
stable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.tar.bz2
stable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.zip
Disable sentry logging
-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