Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里说“线程+http ”是raven的默认传输方式, raven.contrib.django.handlers.SentryHandler也是如此吗?
这取决于您的 Django 设置,请查看设置变量RAVEN_CONFIG:
RAVEN_CONFIG
RAVEN_CONFIG = { 'dsn': "<transport>://<sentry_url>" }
如果你的是“线程+https ”或“线程+http ”,那么答案是肯定的!