https://github.com/nonebot/plugin-sentry
Sentry Support for NoneBot2
https://github.com/nonebot/plugin-sentry
Last synced: 11 months ago
JSON representation
Sentry Support for NoneBot2
- Host: GitHub
- URL: https://github.com/nonebot/plugin-sentry
- Owner: nonebot
- License: mit
- Created: 2023-10-30T03:29:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T08:07:32.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:31:13.043Z (over 1 year ago)
- Language: Python
- Size: 92.8 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nonebot-plugin-sentry
_✨ 在 Sentry.io 上进行 NoneBot 服务日志查看、错误处理 ✨_
## 使用方式
填写必须配置项 `SENTRY_DSN` ,即刻开始 sentry 之旅!
## 配置项
配置项需要添加前缀 `SENTRY_`,所有参数以及具体含义参考: [Sentry Docs](https://docs.sentry.io/platforms/python/configuration/options/)
所有以 `SENTRY_` 开头的配置项将会被自动读取。