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