Metadata-Version: 1.2
Name: sentry-tryton
Version: 0.6
Summary: Sentry Integration for the Tryton Framework
Home-page: https://gitlab.com/pokoli/sentry-tryton/
Author: Sergi Almacellas Abellana
Author-email: sergi@koolpi.com
License: GPL-3
Description: Sentry-Tryton
        =============
        
        Sentry integration for the Tryton application framework.
        
        This module creates a new LoggingHandler for registering tryton exceptions on
        sentry. This exception will get some information available on tryton:
        
        * Info about the current user
        * The list of modules activated and it's verions.
        * The database name
        * The backend name
        * The request context
        
        It also allows to define a custom error message and description that will be
        sent to the user instead of showing the full traceback.
        
        Usage
        -----
        
        The trytond-logconf.cfg provides an example config file for using this handler.
        You only have to specify your sentry dsn on the first arg of the sentry
        handler. Once you have modified this file just lunch your trytond with::
        
            trytond --logconf trytond-logconf.cfg
        
        Issues
        ------
        
        Feel free to open Issues on the
        `bitbucket issue tracker <https://bitbucket.org/pokoli/sentry-tryton/issues>`_
        if you have some problems with the software or do you want to discuss some
        posible improvements.
        
        Pull Request are very welcomme also!
        
        Support
        -------
        
        You can send me and email on sergi@koolpi.com if you encounter any problems.
        I will try to reply ASAP, but it may take some time to get a reply, so please
        be patient.
        
Keywords: sentry tryton
Platform: any
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
