gpt4 book ai didi

python - Sentry 如何自动发送日志(除了邮件)?

转载 作者:太空宇宙 更新时间:2023-11-03 18:33:29 25 4
gpt4 key购买 nike

我使用 Sentry 记录项目的异常,一切正常。

但我不知道如何让 Sentry 在出现异常时自动向我的电子邮件(例如 gmail、v.v)发送通知。

帮助我。

# This is config setting:
# For more information check Django's documentation:
# https://docs.djangoproject.com/en/1.3/topics/email/?from=olddocs#e-mail-backends

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

EMAIL_HOST = 'localhost'
EMAIL_HOST_PASSWORD = ''
EMAIL_HOST_USER = ''
EMAIL_PORT = 25
EMAIL_USE_TLS = False

# The email address to send on behalf of
SERVER_EMAIL = 'my_mail@gmail.com'

最佳答案

检查您的 Sentry 设置

转到http:///account/settings/notifications/

settings

附注Django 通常会向“ADMIN”设置中的地址发送电子邮件

关于python - Sentry 如何自动发送日志(除了邮件)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22003171/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com