{"id":13788919,"url":"https://github.com/ohbug-org/ohbug","last_synced_at":"2025-04-05T12:02:32.050Z","repository":{"id":40271322,"uuid":"220179299","full_name":"ohbug-org/ohbug","owner":"ohbug-org","description":"Self-hosted application monitoring that helps software teams quickly find and fix production errors.","archived":false,"fork":false,"pushed_at":"2023-07-07T03:01:26.000Z","size":1959,"stargazers_count":242,"open_issues_count":2,"forks_count":38,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T00:09:54.491Z","etag":null,"topics":["crash-reporting","crash-reports","error-monitoring","error-reporting","monitoring","ohbug","sourcemap"],"latest_commit_sha":null,"homepage":"https://ohbug.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohbug-org.png","metadata":{"files":{"readme":"README-zh_CN.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["chenyueban"]}},"created_at":"2019-11-07T07:43:53.000Z","updated_at":"2025-01-07T12:50:15.000Z","dependencies_parsed_at":"2024-06-18T21:53:09.103Z","dependency_job_id":null,"html_url":"https://github.com/ohbug-org/ohbug","commit_stats":{"total_commits":315,"total_committers":4,"mean_commits":78.75,"dds":"0.39682539682539686","last_synced_commit":"36fa5838947d617d1ca86e6a18d4bf09609b010f"},"previous_names":[],"tags_count":200,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbug-org%2Fohbug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbug-org%2Fohbug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbug-org%2Fohbug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohbug-org%2Fohbug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohbug-org","download_url":"https://codeload.github.com/ohbug-org/ohbug/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332559,"owners_count":20921853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crash-reporting","crash-reports","error-monitoring","error-reporting","monitoring","ohbug","sourcemap"],"created_at":"2024-08-03T21:00:55.867Z","updated_at":"2025-04-05T12:02:32.030Z","avatar_url":"https://github.com/ohbug-org.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ca href=\"https://ohbug.net\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/ohbug-org/blog/master/images/ohbug_logo.svg\" alt=\"Ohbug\" height=\"40\"\u003e\n  \u003c/a\u003e\n\n[![build](https://img.shields.io/github/workflow/status/ohbug-org/ohbug/Node.js%20CI/master?style=flat-square)](https://github.com/ohbug-org/ohbug/actions?query=workflow%3A%22Node.js+CI%22)\n[![npm](https://img.shields.io/npm/v/@ohbug/core.svg?style=flat-square)](https://www.npmjs.com/package/@ohbug/core)\n[![license](https://img.shields.io/github/license/ohbug-org/ohbug?style=flat-square)](https://github.com/ohbug-org/ohbug/blob/master/LICENSE)\n\n\u003c/div\u003e\n\n[English](./README.md) | 简体中文\n\n## 简介\n\nOhbug 是一套集 行为监控、异常监控、自定义行为监控 于一体的 JavaScript 监控模块。\n\n通过灵活的插件系统，可以实现性能监控、特定信息的采集、黑科技“录屏“等功能。\n\n将支持 NodeJS、React Native 等 JavaScript 平台。\n\n## Packages\n\n### Platform\n\n- [@ohbug/browser](./packages/ohbug-browser): SDK for Browsers.\n- [@ohbug/react](./packages/ohbug-react): SDK for React.\n- [@ohbug/vue](./packages/ohbug-vue): SDK for Vue.\n- [@ohbug/angular](./packages/ohbug-angular): SDK for Angular.\n- [@ohbug/miniapp](https://github.com/ohbug-org/ohbug-miniapp): Ohbug 小程序 SDK 用于小程序平台（支持微信、字节跳动、支付宝、QQ 小程序）\n\n### Extensions\n\nsee [extensions](https://github.com/ohbug-org/extensions)\n\n### Others\n\n- [@ohbug/core](./packages/ohbug-core): 核心功能模块。\n- [@ohbug/utils](./packages/ohbug-utils): 包含一些帮助/工具程序。\n- [@ohbug/types](./packages/ohbug-types): 包含所有包中使用的类型。\n- [@ohbug/unplugin](https://github.com/ohbug-org/unplugin-ohbug): Unplugin 用于上传 sourceMap 文件.\n- [@ohbug/cli](https://github.com/ohbug-org/ohbug-cli): 一键上传您的 sourceMap 文件到 Ohbug 或其他服务。\n\n## Dashboard\n\n这部分包含了整个控制台，你可以私有部署 Ohbug，查看[部署文档](https://ohbug.net/guide/deploying.html)。\n\n- [ohbug-dashboard](https://github.com/ohbug-org/ohbug-dashboard): 控制台应用，基于 nestjs 和 nextjs。\n\n\n## Contributors\n\nThis project exists thanks to all the people who contribute.\n\n\u003ca href=\"https://github.com/ohbug-org/ohbug/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/ohbug/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n## Feedback\n\n| Github Issue                                                        | 微信群                                                                                                                 |\n| ------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |\n| [ohbug-org/ohbug/issues](https://github.com/ohbug-org/ohbug/issues) | \u003cimg src=\"https://github.com/ohbug-org/blog/blob/master/images/qrcode.jpg?raw=true\" width=\"200\" /\u003e 关注后回复「ohbug」 |\n\n## License\n\nThis project is licensed under the terms of the [Apache License 2.0](https://github.com/ohbug-org/ohbug/blob/master/LICENSE).\n","funding_links":["https://github.com/sponsors/chenyueban"],"categories":["开源项目"],"sub_categories":["国内"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohbug-org%2Fohbug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohbug-org%2Fohbug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohbug-org%2Fohbug/lists"}