Metadata-Version: 2.1
Name: sentry-dingding-vibranium
Version: 1.0.0
Summary: A Sentry extension which send errors stats to DingDing
Home-page: https://github.com/stevenQiang/sentry-dingding-vibranium
Author: steven
Author-email: qianggao7@gmail.com
License: MIT
Description: # Sentry-DingDing-vibranium
        
        Fork `https://github.com/jacksnowfuck/sentry-dingding-maxbon`
        
        ## fork原因
        因为sentry用的是dockerhub上面的9.1.2版本，直接使用sentry-dingding-maxbon这个包会有报错
        ```
        celery.task 会报: post_process() takes at least 4 arguments (3 given)
        ```
        
        
        ## 添加功能
        告警内容添加tag环境信息
        
        兼容系统自带告警策略配置
        
        ## 安装
        
        ```
        # requirement.txt
        
        sentry-dingding-maxbon
        ```
        
        ## 告警效果
        
        ![image](https://user-images.githubusercontent.com/3078554/140253051-920f6518-8c47-44c1-9aed-84d5a533ddee.png)
        
Keywords: sentry dingding
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
