nonebot-plugin-sentry


Namenonebot-plugin-sentry JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry
SummaryPush your bot errors to Sentry.io
upload_time2024-02-14 03:21:50
maintainer
docs_urlNone
authoryanyongyu
requires_python>=3.8,<4.0
licenseMIT
keywords nonebot nonebot2 sentry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
 * @Author         : yanyongyu
 * @Date           : 2020-11-23 20:23:12
 * @LastEditors    : yanyongyu
 * @LastEditTime   : 2023-10-18 10:29:34
 * @Description    : None
 * @GitHub         : https://github.com/yanyongyu
-->

<!-- markdownlint-disable MD033 MD036 MD041 -->

<p align="center">
  <a href="https://nonebot.dev/">
    <img src="https://nonebot.dev/logo.png" height="100" alt="nonebot">
  </a>
  <a href="https://sentry.io">
    <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" height="100" alt="sentry">
  </a>
</p>

<div align="center">

# nonebot-plugin-sentry

_✨ 在 Sentry.io 上进行 NoneBot 服务日志查看、错误处理 ✨_

</div>

<p align="center">
  <a href="https://raw.githubusercontent.com/cscs181/QQ-Github-Bot/master/LICENSE">
    <img src="https://img.shields.io/github/license/cscs181/QQ-Github-Bot.svg" alt="license">
  </a>
  <a href="https://pypi.python.org/pypi/nonebot-plugin-sentry">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-sentry.svg" alt="pypi">
  </a>
  <img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="python">
</p>

## 使用方式

填写必须配置项 `SENTRY_DSN` ,即刻开始 sentry 之旅!

## 配置项

配置项需要添加前缀 `SENTRY_`,所有参数以及具体含义参考: [Sentry Docs](https://docs.sentry.io/platforms/python/configuration/options/)

所有以 `SENTRY_` 开头的配置项将会被自动读取。


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry",
    "name": "nonebot-plugin-sentry",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "nonebot,nonebot2,sentry",
    "author": "yanyongyu",
    "author_email": "yyy@nonebot.dev",
    "download_url": "https://files.pythonhosted.org/packages/74/33/bf49e19282c5f60cc70b1445e01d0c66819ebd77d9c63b7a1fa1ab73a26f/nonebot_plugin_sentry-1.1.0.tar.gz",
    "platform": null,
    "description": "<!--\n * @Author         : yanyongyu\n * @Date           : 2020-11-23 20:23:12\n * @LastEditors    : yanyongyu\n * @LastEditTime   : 2023-10-18 10:29:34\n * @Description    : None\n * @GitHub         : https://github.com/yanyongyu\n-->\n\n<!-- markdownlint-disable MD033 MD036 MD041 -->\n\n<p align=\"center\">\n  <a href=\"https://nonebot.dev/\">\n    <img src=\"https://nonebot.dev/logo.png\" height=\"100\" alt=\"nonebot\">\n  </a>\n  <a href=\"https://sentry.io\">\n    <img src=\"https://sentry-brand.storage.googleapis.com/sentry-logo-black.png\" height=\"100\" alt=\"sentry\">\n  </a>\n</p>\n\n<div align=\"center\">\n\n# nonebot-plugin-sentry\n\n_\u2728 \u5728 Sentry.io \u4e0a\u8fdb\u884c NoneBot \u670d\u52a1\u65e5\u5fd7\u67e5\u770b\u3001\u9519\u8bef\u5904\u7406 \u2728_\n\n</div>\n\n<p align=\"center\">\n  <a href=\"https://raw.githubusercontent.com/cscs181/QQ-Github-Bot/master/LICENSE\">\n    <img src=\"https://img.shields.io/github/license/cscs181/QQ-Github-Bot.svg\" alt=\"license\">\n  </a>\n  <a href=\"https://pypi.python.org/pypi/nonebot-plugin-sentry\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-sentry.svg\" alt=\"pypi\">\n  </a>\n  <img src=\"https://img.shields.io/badge/python-3.7+-blue.svg\" alt=\"python\">\n</p>\n\n## \u4f7f\u7528\u65b9\u5f0f\n\n\u586b\u5199\u5fc5\u987b\u914d\u7f6e\u9879 `SENTRY_DSN` \uff0c\u5373\u523b\u5f00\u59cb sentry \u4e4b\u65c5\uff01\n\n## \u914d\u7f6e\u9879\n\n\u914d\u7f6e\u9879\u9700\u8981\u6dfb\u52a0\u524d\u7f00 `SENTRY_`\uff0c\u6240\u6709\u53c2\u6570\u4ee5\u53ca\u5177\u4f53\u542b\u4e49\u53c2\u8003: [Sentry Docs](https://docs.sentry.io/platforms/python/configuration/options/)\n\n\u6240\u6709\u4ee5 `SENTRY_` \u5f00\u5934\u7684\u914d\u7f6e\u9879\u5c06\u4f1a\u88ab\u81ea\u52a8\u8bfb\u53d6\u3002\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Push your bot errors to Sentry.io",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry#readme",
        "Homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry",
        "Repository": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry"
    },
    "split_keywords": [
        "nonebot",
        "nonebot2",
        "sentry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe728418f875215807114a84a912d3c39579a31bf5dc310bb2f850cb037d27d7",
                "md5": "b55ae95899ab997c9838bf6cb0112efe",
                "sha256": "e88215225d13350b0f848980954209299ba1eb5c217b2339f5253ae6f2db07a1"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_sentry-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b55ae95899ab997c9838bf6cb0112efe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4669,
            "upload_time": "2024-02-14T03:21:49",
            "upload_time_iso_8601": "2024-02-14T03:21:49.744244Z",
            "url": "https://files.pythonhosted.org/packages/fe/72/8418f875215807114a84a912d3c39579a31bf5dc310bb2f850cb037d27d7/nonebot_plugin_sentry-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7433bf49e19282c5f60cc70b1445e01d0c66819ebd77d9c63b7a1fa1ab73a26f",
                "md5": "f25e0db673eb6515bba23312dfa1ae46",
                "sha256": "2d8d18002b65f27b70ae027605fcdd776e0f7a909a381f7ae82f0e9f1fde11bd"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_sentry-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f25e0db673eb6515bba23312dfa1ae46",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3891,
            "upload_time": "2024-02-14T03:21:50",
            "upload_time_iso_8601": "2024-02-14T03:21:50.865146Z",
            "url": "https://files.pythonhosted.org/packages/74/33/bf49e19282c5f60cc70b1445e01d0c66819ebd77d9c63b7a1fa1ab73a26f/nonebot_plugin_sentry-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 03:21:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cscs181",
    "github_project": "QQ-GitHub-Bot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-sentry"
}
        
Elapsed time: 0.17916s