Ohbug

Ohbug

Open source real-time error monitoring and tracking platform-provides error capture, real-time alerts, SourceMap parsing, team collaboration and other functions. Supports browser-side, Node.js, React, Vue and other environments to help development teams quickly locate and solve problems.

12GitHub
Description

The first startup data is slow and a 502 error may be reported. Please wait 1 - 2 minutes to refresh the page. Ohbug is an open source real-time error monitoring and tracking platform that provides the following core features: - Error Capture: Automatically captures errors and exceptions in the application - Real-time alerts: Notify team members of critical errors in a timely manner - SourceMap parsing: Restoring the true error location of compressed code - Team collaboration: Multiple members collaborate to solve problems - Multi-environment support: Support browser, Node.js, React, Vue, etc. Ohbug adopts the ** automatic registration ** mechanism, and the system will automatically create an account when logging in for the first time: 1. Visit the login page: ohbug.XXX.heiyu.space/auth/signin 2. Enter any email address and password: - ** Email address **: Any valid email format (for example: `admin@example.com`) - ** Password **: 8-24 characters > ˇ* * Important tip **: The email address and password you enter for the first time will be automatically created as a new account. Please remember it! 3. Click the "Sign in" button 4. If it is a new mailbox, the system will automatically create an account and log in After logging in, the system will guide you to create the first monitoring project: 1. Click "Create Project" or "Create Project" 2. Fill in the project information: - ** Project name **: For example,"My Website" - ** Project type **: Select Web, Node.js, etc. 3. Get API Key ### 2. Integrated Ohbug SDK Integrate the appropriate SDK based on your project type: ####Browser Project ```bash npm install @ohbug/browser ``` ```javascript import Ohbug from '@ohbug/browser' Ohbug.init({ apiKey: 'YOUR_API_KEY', appVersion: '1.0.0' }) ``` #### React Project ```bash npm install @ohbug/react ``` ```javascript import Ohbug from '@ohbug/react' Ohbug.init({ apiKey: 'YOUR_API_KEY', appVersion: '1.0.0' }) ``` ### 3. View error reports After integrating the SDK, errors in the application will be automatically reported to the Ohbug platform: 1. View the list of errors in the project dashboard 2. Click on the specific error to view detailed information: - error stack - Time and frequency of occurrence - user context information - Error Trend Chart ### 4. setting alarm rules Configure alarm rules to learn important errors in a timely manner: 1. Go to Project Settings → Alarm Configuration 2. Create alarm rules: - Set trigger conditions (number of errors, frequency, etc.) - Configure notification methods (email, Webhooks, etc.) - Select to notify members

Screenshots
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
App Information
Version
0.11.1
Package Size
7.07 KB
Image Size
103.64 MB
Updated
November 25, 2025
Source Code
ohbug-org
Platform Support
PC