aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
diff options
context:
space:
mode:
authorLiam <liamthekerr@gmail.com>2022-09-27 16:37:24 -0400
committerLiam <liamthekerr@gmail.com>2022-09-27 16:37:24 -0400
commit981fe9c4a3994bb42ea5ff5212e4fe53b748bdd9 (patch)
tree80fd53962ccafeb773b2d43b178e1ee39ac03ca3 /webui.sh
parent5034f7d7597685aaa4779296983be0f49f4f991f (diff)
parentf2a4a2c3a672e22f088a7455d6039557370dd3f2 (diff)
Merge remote-tracking branch 'upstream/master' into token_count
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