https://github.com/ohbug-org/ohbug
Self-hosted application monitoring that helps software teams quickly find and fix production errors.
https://github.com/ohbug-org/ohbug
crash-reporting crash-reports error-monitoring error-reporting monitoring ohbug sourcemap
Last synced: about 2 months ago
JSON representation
Self-hosted application monitoring that helps software teams quickly find and fix production errors.
- Host: GitHub
- URL: https://github.com/ohbug-org/ohbug
- Owner: ohbug-org
- License: apache-2.0
- Created: 2019-11-07T07:43:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T03:01:26.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T00:09:54.491Z (about 2 months ago)
- Topics: crash-reporting, crash-reports, error-monitoring, error-reporting, monitoring, ohbug, sourcemap
- Language: TypeScript
- Homepage: https://ohbug.net
- Size: 1.87 MB
- Stars: 242
- Watchers: 7
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README-zh_CN.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ohbug-org/ohbug/actions?query=workflow%3A%22Node.js+CI%22)
[](https://www.npmjs.com/package/@ohbug/core)
[](https://github.com/ohbug-org/ohbug/blob/master/LICENSE)[English](./README.md) | 简体中文
## 简介
Ohbug 是一套集 行为监控、异常监控、自定义行为监控 于一体的 JavaScript 监控模块。
通过灵活的插件系统,可以实现性能监控、特定信息的采集、黑科技“录屏“等功能。
将支持 NodeJS、React Native 等 JavaScript 平台。
## Packages
### Platform
- [@ohbug/browser](./packages/ohbug-browser): SDK for Browsers.
- [@ohbug/react](./packages/ohbug-react): SDK for React.
- [@ohbug/vue](./packages/ohbug-vue): SDK for Vue.
- [@ohbug/angular](./packages/ohbug-angular): SDK for Angular.
- [@ohbug/miniapp](https://github.com/ohbug-org/ohbug-miniapp): Ohbug 小程序 SDK 用于小程序平台(支持微信、字节跳动、支付宝、QQ 小程序)### Extensions
see [extensions](https://github.com/ohbug-org/extensions)
### Others
- [@ohbug/core](./packages/ohbug-core): 核心功能模块。
- [@ohbug/utils](./packages/ohbug-utils): 包含一些帮助/工具程序。
- [@ohbug/types](./packages/ohbug-types): 包含所有包中使用的类型。
- [@ohbug/unplugin](https://github.com/ohbug-org/unplugin-ohbug): Unplugin 用于上传 sourceMap 文件.
- [@ohbug/cli](https://github.com/ohbug-org/ohbug-cli): 一键上传您的 sourceMap 文件到 Ohbug 或其他服务。## Dashboard
这部分包含了整个控制台,你可以私有部署 Ohbug,查看[部署文档](https://ohbug.net/guide/deploying.html)。
- [ohbug-dashboard](https://github.com/ohbug-org/ohbug-dashboard): 控制台应用,基于 nestjs 和 nextjs。
## Contributors
This project exists thanks to all the people who contribute.
## Feedback
| Github Issue | 微信群 |
| ------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [ohbug-org/ohbug/issues](https://github.com/ohbug-org/ohbug/issues) |关注后回复「ohbug」 |
## License
This project is licensed under the terms of the [Apache License 2.0](https://github.com/ohbug-org/ohbug/blob/master/LICENSE).