Integrations
bugstack connects with your existing tools and workflows. Here's how it all fits together.
GitHub Integration
bugstack integrates directly with GitHub to deliver fixes as pull requests. When an error is detected:
- 1. bugstack fetches the relevant files from your repository (only the files related to the error)
- 2. It analyzes the root cause, generates a minimal fix, and validates it
- 3. A pull request is created on a new branch with a detailed description of the fix
- 4. If CI passes and the fix meets your confidence threshold, it can auto-merge
You can configure auto-merge behavior per project from the dashboard. Choose between manual review, auto-merge on CI pass, or auto-merge with confidence threshold.
CI/CD Integration
bugstack works with any CI/CD provider. When a pull request is created, your existing CI pipeline runs against it automatically. Supported providers include:
GitHub Actions
Native integration. PRs trigger your existing workflows automatically.
CircleCI
bugstack PRs trigger your CircleCI pipelines via GitHub webhooks.
Any CI Provider
Jenkins, Travis CI, GitLab CI, Buildkite, and more. If it triggers on PRs, it works.
bugstack monitors the CI status of each PR. When all checks pass and the fix meets your configured confidence threshold, it can auto-merge the PR and deploy the fix.
Framework Support
bugstack SDKs provide built-in support for popular frameworks across all supported languages: