sentry-tryton


Namesentry-tryton JSON
Version 0.7 PyPI version JSON
download
home_pagehttps://gitlab.com/pokoli/sentry-tryton/
SummarySentry Integration for the Tryton Framework
upload_time2024-09-30 09:28:02
maintainerNone
docs_urlNone
authorSergi Almacellas Abellana
requires_python>=3.5
licenseGPL-3
keywords sentry tryton
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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
`gitlab issue tracker <https://gitlab.com/pokoli/sentry-tryton/issues>`_
if you have some problems with the software or do you want to discuss some
posible improvements.

Merge requests are very welcomme also!

Support
-------

You can send me and email on sergi@kopen.es 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/pokoli/sentry-tryton/",
    "name": "sentry-tryton",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "sentry tryton",
    "author": "Sergi Almacellas Abellana",
    "author_email": "sergi@kopen.es",
    "download_url": "https://files.pythonhosted.org/packages/f4/11/5b784f31de14a5694b12b8562588c58c4bc3013e161b14e8ee2ca4e2d7be/sentry_tryton-0.7.tar.gz",
    "platform": "any",
    "description": "Sentry-Tryton\n=============\n\nSentry integration for the Tryton application framework.\n\nThis module creates a new LoggingHandler for registering tryton exceptions on\nsentry. This exception will get some information available on tryton:\n\n* Info about the current user\n* The list of modules activated and it's verions.\n* The database name\n* The backend name\n* The request context\n\nIt also allows to define a custom error message and description that will be\nsent to the user instead of showing the full traceback.\n\nUsage\n-----\n\nThe trytond-logconf.cfg provides an example config file for using this handler.\nYou only have to specify your sentry dsn on the first arg of the sentry\nhandler. Once you have modified this file just lunch your trytond with::\n\n    trytond --logconf trytond-logconf.cfg\n\nIssues\n------\n\nFeel free to open Issues on the\n`gitlab issue tracker <https://gitlab.com/pokoli/sentry-tryton/issues>`_\nif you have some problems with the software or do you want to discuss some\nposible improvements.\n\nMerge requests are very welcomme also!\n\nSupport\n-------\n\nYou can send me and email on sergi@kopen.es if you encounter any problems.\nI will try to reply ASAP, but it may take some time to get a reply, so please\nbe patient.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Sentry Integration for the Tryton Framework",
    "version": "0.7",
    "project_urls": {
        "Homepage": "https://gitlab.com/pokoli/sentry-tryton/"
    },
    "split_keywords": [
        "sentry",
        "tryton"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "999688023448164988ed7bc8bac03a949700b6bf7580df0de2b72f47e3654d89",
                "md5": "c36d7d8b2a1d6871d2a65c49672b1d3a",
                "sha256": "205e451c53f9759516b2b8f58c4144133e586a092173e1189ae7adefe01d20f5"
            },
            "downloads": -1,
            "filename": "sentry_tryton-0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c36d7d8b2a1d6871d2a65c49672b1d3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 15878,
            "upload_time": "2024-09-30T09:28:00",
            "upload_time_iso_8601": "2024-09-30T09:28:00.813400Z",
            "url": "https://files.pythonhosted.org/packages/99/96/88023448164988ed7bc8bac03a949700b6bf7580df0de2b72f47e3654d89/sentry_tryton-0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4115b784f31de14a5694b12b8562588c58c4bc3013e161b14e8ee2ca4e2d7be",
                "md5": "5e5766dd8274e08b15f7fcc1260a1a56",
                "sha256": "a80e308657e6a1fec8651e2a67327b5897683a760fb276b5c2a2585d81f91930"
            },
            "downloads": -1,
            "filename": "sentry_tryton-0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5e5766dd8274e08b15f7fcc1260a1a56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 15852,
            "upload_time": "2024-09-30T09:28:02",
            "upload_time_iso_8601": "2024-09-30T09:28:02.243201Z",
            "url": "https://files.pythonhosted.org/packages/f4/11/5b784f31de14a5694b12b8562588c58c4bc3013e161b14e8ee2ca4e2d7be/sentry_tryton-0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 09:28:02",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "pokoli",
    "gitlab_project": "sentry-tryton",
    "lcname": "sentry-tryton"
}
        
Elapsed time: 0.60850s