DebugBundle turns runtime failures, critical-path issues, and availability checks into incidents with full context, alerts, remote probes, and deterministic debug bundles for humans and AI agents.
| Repository | What it contains |
|---|---|
debugbundle |
Core product source: API, worker, web app, CLI, MCP server, storage, bundle generation, alerts, billing, and email templates. |
site |
Public website, documentation, blog, API/schema artifacts, and launch content. |
debugbundle-js |
JavaScript SDKs for Node.js and browsers. |
All SDKs follow the same universal interface: init, captureException, captureError, captureLog, captureRequest, captureMessage, setContext, probe, and flush.
| Runtime | Package | Repository |
|---|---|---|
| Node.js | @debugbundle/sdk-node |
debugbundle-js |
| Browser | @debugbundle/sdk-browser |
debugbundle-js |
| Python | debugbundle-python |
debugbundle-python |
| PHP | debugbundle/sdk-php |
debugbundle-php |
| Java | com.debugbundle:debugbundle-spring-boot-starter |
debugbundle-java |
| .NET | DebugBundle.AspNetCore / DebugBundle.Sdk |
debugbundle-dotnet |
| Go | github.com/debugbundle/debugbundle-go |
debugbundle-go |
| Ruby | debugbundle |
debugbundle-ruby |
| Android | com.debugbundle:debugbundle-android |
debugbundle-android |
| Swift | DebugBundle |
debugbundle-swift |
| React Native | @debugbundle/sdk-react-native |
debugbundle-react-native |
| WordPress | debugbundle-wordpress |
debugbundle-wordpress |
- API for ingestion, retrieval, project management, alerts, webhooks, probes, billing, and GitHub automation.
- CLI for setup, local processing, cloud verification, incident inspection, bundle retrieval, and operations.
- MCP server for coding agents that need structured access to incidents, bundles, projects, probes, and automation.
- Web app for project operations, incident review, improvement opportunities, settings, alerts, webhooks, and billing.
- Website and docs:
debugbundle.com - Core repository:
github.com/debugbundle/debugbundle