mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
sentry: Initialize sentry in AppConfig ready hook.
This breaks an import cycle that prevented django-stubs from inferring types for django.conf.settings. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a5cf3b3975
commit
676d40d66b
@@ -1224,10 +1224,6 @@ TWO_FACTOR_PATCH_ADMIN = False
|
||||
|
||||
# Allow the environment to override the default DSN
|
||||
SENTRY_DSN = os.environ.get("SENTRY_DSN", SENTRY_DSN)
|
||||
if SENTRY_DSN:
|
||||
from .sentry import setup_sentry
|
||||
|
||||
setup_sentry(SENTRY_DSN, get_config("machine", "deploy_type", "development"))
|
||||
|
||||
SCIM_SERVICE_PROVIDER = {
|
||||
"USER_ADAPTER": "zerver.lib.scim.ZulipSCIMUser",
|
||||
|
Reference in New Issue
Block a user