文件名称:raygun4py:Raygun的Python提供程序
文件大小:48KB
文件格式:ZIP
更新时间:2024-03-09 03:52:03
python flask django crash-reporting error-monitoring
raygun4py 适用于Python 2.7 , Python 3+和PyPy的官方Raygun提供程序 安装 最简单的安装方法是使用pip包,因为它可以从PyPI获得。 在命令行中运行: $ pip install raygun4py 然后导入并实例化模块: from raygun4py import raygunprovider client = raygunprovider . RaygunSender ( 'your_apikey' ) 测试安装 从命令行运行: $ raygun4py test your_apikey 将your_apikey替换为Raygun仪表板上列出的your_apikey 。 这将导致生成并发送测试异常。 用法 自动发送当前异常,如下所示: try : raise Exception ( "foo" ) except : cl
【文件预览】:
raygun4py-master
----setup.py(2KB)
----.gitignore(377B)
----CONTRIBUTING.MD(488B)
----CHANGELOG.old.rst(4KB)
----.travis.yml(883B)
----MANIFEST.in(97B)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----python3()
--------samples()
--------tests()
--------raygun4py()
----README.rst(14KB)
----python2()
--------samples()
--------tests()
--------raygun4py()
----.coveragerc(190B)
----MANIFEST(137B)