diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 0e8ade6d..b5c5760b 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -30,5 +30,13 @@ "desc": "在本地浏览NoneBot文档", "name": "NoneBot离线文档", "repo": "yanyongyu/nonebot2/tree/master/packages/nonebot-plugin-docs" + }, + { + "id": "nonebot_plugin_sentry", + "link": "nonebot-plugin-sentry", + "author": "yanyongyu", + "desc": "使用Sentry监控机器人日志并处理报错", + "name": "Sentry日志监控", + "repo": "cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_sentry" } ] \ No newline at end of file