mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
error-bot: Remove ERROR_BOT support.
This isn't sufficiently useful to keep the added complexity. Users should use the email error reporting, or set up Sentry error reporting.
This commit is contained in:
committed by
Tim Abbott
parent
db07b8668f
commit
d888bb3df2
@@ -321,9 +321,6 @@ REMINDER_BOT = "reminder-bot@zulip.com"
|
||||
# The following bots are optional system bots not enabled by
|
||||
# default. The default ones are defined in INTERNAL_BOTS, in settings.py.
|
||||
|
||||
# ERROR_BOT sends Django exceptions to an "errors" stream in the
|
||||
# system realm.
|
||||
ERROR_BOT: Optional[str] = None
|
||||
# These are extra bot users for our end-to-end Nagios message
|
||||
# sending tests.
|
||||
NAGIOS_STAGING_SEND_BOT = "nagios-staging-send-bot@zulip.com" if PRODUCTION else None
|
||||
|
@@ -64,7 +64,6 @@ AUTHENTICATION_BACKENDS: Tuple[str, ...] = (
|
||||
EXTERNAL_URI_SCHEME = "http://"
|
||||
EMAIL_GATEWAY_PATTERN = "%s@" + EXTERNAL_HOST_WITHOUT_PORT
|
||||
NOTIFICATION_BOT = "notification-bot@zulip.com"
|
||||
ERROR_BOT = "error-bot@zulip.com"
|
||||
EMAIL_GATEWAY_BOT = "emailgateway@zulip.com"
|
||||
PHYSICAL_ADDRESS = "Zulip Headquarters, 123 Octo Stream, South Pacific Ocean"
|
||||
STAFF_SUBDOMAIN = "zulip"
|
||||
|
Reference in New Issue
Block a user