Integrations
Connect BugOracle to your existing tools and workflows.
Integrations
BugOracle integrates with your existing developer tools to provide context-aware debugging.
GitHub
Connect your GitHub repository to enable source code analysis.
What It Does
- Code Context: BugOracle fetches relevant source files when analyzing stack traces.
- Auto-Detection: Automatically detects your tech stack from
package.json. - 2x Accuracy: Source code context significantly improves fix quality.
How to Connect
- Go to Settings > Integrations.
- Click "Connect GitHub".
- Enter your Personal Access Token (PAT) with
reposcope. - Select your repository and branch.
π Privacy: We use read-only access and never store your code.
Sentry (Coming Soon)
Import existing Sentry issues for AI-powered analysis.
- Sync unresolved issues.
- Get AI runbooks for legacy errors.
- Track fix rates across platforms.
Highlight.io (Session Replay)
Link errors to user session replays for visual debugging.
Setup
- Install
@highlight-run/nodeor@highlight-run/react. - When calling our SDK, pass the session ID:
bugoracle.capture(error, {
highlightSessionId: H.getSessionId(),
});
- View session replays directly from the Issues dashboard.
Slack (Coming Soon)
Get instant notifications when critical errors are detected.
Notion
Export runbooks directly to your Notion workspace.
- Connect your Notion account in Settings.
- Click "Export to Notion" on any analysis result.
- A new page is created in your selected database.