prci.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:freeipa-pr-ci 作者: freeipa 项目源码 文件源码
def sentry_report_exception(context=None):
    sentry = raven.Client(SENTRY_URL)

    if context is not None:
        with sentry.context:
            sentry.context.merge(context)
    try:
        sentry.captureException()
    finally:
        sentry.context.clear()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号