Metadata-Version: 2.1
Name: sentry-yach-plugin
Version: 0.0.2
Summary: A Sentry extension which send errors stats to yach
Home-page: https://github.com/qingchunyibeifangzongle/sentry-yach-plugin
Author: qingchunyibeifangzongle
Author-email: xiaoyueueyue0612@gmail.com
License: MIT
Description: # Sentry-Yach
        
        `Sentry`的`yach`通知插件
        
        ## 安装
        
        ```bash
        $ pip install sentry-yach
        ```
        
        ## 使用
        
        在`项目`的所有集成页面找到`Yach`插件，启用，并设置`Access Token`
        
        ![plugin](https://github.com/qingchunyibeifangzongle/sentry-yach-plugin/blob/master/docs/images/options.png)
        
        在插件上使用`Test Plugin`进行测试，当配置好`Access Token`后，在 yach 群内会得到以下警告
        
        ![plugin](https://github.com/qingchunyibeifangzongle/sentry-yach-plugin/blob/master/docs/images/yach.png)
        
        点击`href`按钮，打开异常详情页面。
        
Keywords: sentry yach
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
