{ "info": { "author": "Daniel Welch", "author_email": "dwelch2102@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# django-q-sentry\n\nA [Django Q](https://github.com/Koed00/django-q/) Error Reporter plugin adding Sentry support.\n\n### Installation\n\nThis plugin is intended to be included with Django Q as [setuptools extra](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies).\n\n`$ pip install django-q[sentry]`\n\nOr add `django-q[sentry]` to `requirements.txt`.\n\n> This plugin requires Django Q version 0.8.1 or greater.\n\n### Usage\n\nConfigure Sentry via the Django Q `Q_CLUSTER` dictionary in your Django project's `settings.py`. It is important that the `sentry` key be set in the `error_reporter` dictionary, as this name aligns with the project's entry point for this plugin. The only required configuration entry is your Sentry DSN.\n```python\nQ_CLUSTER = {\n 'error_reporter': {\n 'sentry': {\n 'dsn': 'https://******@sentry.io/'\n }\n }\n}\n```\nPlease check the [python sentry client configuration docs](https://docs.sentry.io/clients/python/) for more options. Additional key-value pairs defined in `Q_CLUSTER['error_reporter']['sentry']` are passed directly as kwargs to instantiation of [`raven.Client`](https://docs.sentry.io/clients/python/#configuring-the-client).\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://django-q.readthedocs.org", "keywords": "django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing sentry", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-q-sentry", "package_url": "https://pypi.org/project/django-q-sentry/", "platform": "", "project_url": "https://pypi.org/project/django-q-sentry/", "project_urls": { "Homepage": "https://django-q.readthedocs.org" }, "release_url": "https://pypi.org/project/django-q-sentry/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A Sentry support plugin for Django Q", "version": "0.1.1" }, "last_serial": 3395143, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7d21d6efa2aa4377042d9ccda53259b9", "sha256": "4864022c7bd8e456ea51401830fc1ab37977099ca29ab9b6c0d35c4988c4aad9" }, "downloads": -1, "filename": "django_q_sentry-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7d21d6efa2aa4377042d9ccda53259b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3796, "upload_time": "2017-12-06T18:59:59", "url": "https://files.pythonhosted.org/packages/1c/8a/918cd8ccae5c6dbf268ec3a75a3e6fa4cc02787ebde5dca058c854026e39/django_q_sentry-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ff07445a4c30fc815a772ce3aed4a20", "sha256": "b864b26ccfc09aafa948d8c8752a005a0fc1008240748d7424d9e4d750dbbb0d" }, "downloads": -1, "filename": "django-q-sentry-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4ff07445a4c30fc815a772ce3aed4a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1745, "upload_time": "2017-12-06T19:00:00", "url": "https://files.pythonhosted.org/packages/cf/e9/a3805a8b0978c8956f4dd674183cdb07a8103599c568f53cf715800f471c/django-q-sentry-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d21d6efa2aa4377042d9ccda53259b9", "sha256": "4864022c7bd8e456ea51401830fc1ab37977099ca29ab9b6c0d35c4988c4aad9" }, "downloads": -1, "filename": "django_q_sentry-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7d21d6efa2aa4377042d9ccda53259b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3796, "upload_time": "2017-12-06T18:59:59", "url": "https://files.pythonhosted.org/packages/1c/8a/918cd8ccae5c6dbf268ec3a75a3e6fa4cc02787ebde5dca058c854026e39/django_q_sentry-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ff07445a4c30fc815a772ce3aed4a20", "sha256": "b864b26ccfc09aafa948d8c8752a005a0fc1008240748d7424d9e4d750dbbb0d" }, "downloads": -1, "filename": "django-q-sentry-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4ff07445a4c30fc815a772ce3aed4a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1745, "upload_time": "2017-12-06T19:00:00", "url": "https://files.pythonhosted.org/packages/cf/e9/a3805a8b0978c8956f4dd674183cdb07a8103599c568f53cf715800f471c/django-q-sentry-0.1.1.tar.gz" } ] }