mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
error_notify: Remove custom email error reporting handler.
Restore the default django.utils.log.AdminEmailHandler when ERROR_REPORTING is enabled. Those with more sophisticated needs can turn it off and use Sentry or a Sentry-compatible system. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
bd2f327a25
commit
b285813beb
@@ -15,7 +15,6 @@ normal_queues = [
|
||||
"email_senders",
|
||||
"embed_links",
|
||||
"embedded_bots",
|
||||
"error_reports",
|
||||
"invites",
|
||||
"missedmessage_emails",
|
||||
"missedmessage_mobile_notifications",
|
||||
|
||||
Reference in New Issue
Block a user