Documentation
Everything you need to integrate bugstack into your application and start fixing production errors automatically.
Getting Started
Set up bugstack in three simple steps:
1. Install SDK
Add the bugstack SDK to your project using your package manager. Available for JavaScript, Python, Ruby, and Go.
2. Add API Key
Grab your API key from the dashboard and initialize the SDK with it in your app entry point.
3. Connect GitHub
Link your GitHub repository so bugstack can create pull requests with fixes when errors are detected.
Quick Install
npm install @bugstack/sdk
SDK Documentation
JavaScript SDK
Express & Next.js integration. Capture production errors automatically in your JavaScript applications.
Python SDK
Flask, FastAPI & Django integration. Capture production errors automatically in your Python applications.
Ruby SDK
Rails integration. Capture production errors automatically in your Ruby applications.
Go SDK
Capture production errors automatically in your Go applications. Fast, concurrent, and lightweight.
Integrations
View the source code and contribute on GitHub.