Sentry Client for Tryton
Project description
Sentry is a realtime event logging system. This module provides a tryton daemon script which reports unhandled exceptions to sentry and sends a friendly message to the client with an identifier of the error code. The daemon script trytond_sentry is a drop in replacement for trytond installed by the trytond official package.
Build Status (Master)
Build Status (Develop)
Screenshots
Installation
From PyPI:
pip install trytond_sentry
For older versions:
pip install 'trytond_sentry>=2.8,<3.0'
From git repository:
git clone git@github.com:fulfilio/trytond-sentry.git cd trytond-sentry python setup.py install
Usage
The DSN is an additional argument required for the daemon script to know which sentry server the errors should be reported to. This can be specified in two ways:
As a command line argument:
trytond_sentry -s http://<public_key>:<secret_key>@sentry.com/1
In the configuration:
trytond_sentry -c /path/to/config
where the config file has an argument
sentry_dsn = http://<public_key>:<secret_key>@sentry.com/1
Changelog
Read CHANGELOG
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file trytond_sentry-5.0.0.1.tar.gz
.
File metadata
- Download URL: trytond_sentry-5.0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 562648ae56fa9f3067e38ba6b8ee355f033bfc6c6deec47fba338adfc47f59dd |
|
MD5 | 2742cbb8996736253e74edffc66de95c |
|
BLAKE2b-256 | 0a8c4138ad1205fc75e7286197edda9ee848d0175dd938217858aa1d60d583e2 |