mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
errors: Enable error reports without zilencer enabled.
This commit is contained in:
parent
04ae2977fa
commit
ae35bde3a6
@ -276,7 +276,7 @@ class ErrorReporter(QueueProcessingWorker):
|
||||
logging.info("Processing traceback with type %s for %s" % (event['type'], event.get('user_email')))
|
||||
if settings.DEPLOYMENT_ROLE_KEY:
|
||||
self.staging_client.forward_error(event['type'], event['report'])
|
||||
elif settings.ZILENCER_ENABLED:
|
||||
elif settings.ERROR_REPORTING:
|
||||
do_report_error(settings.DEPLOYMENT_ROLE_NAME, event['type'], event['report'])
|
||||
|
||||
@assign_queue('slow_queries')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user