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

  1. Go to Settings > Integrations.
  2. Click "Connect GitHub".
  3. Enter your Personal Access Token (PAT) with repo scope.
  4. 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

  1. Install @highlight-run/node or @highlight-run/react.
  2. When calling our SDK, pass the session ID:
bugoracle.capture(error, {
  highlightSessionId: H.getSessionId(),
});
  1. 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.

  1. Connect your Notion account in Settings.
  2. Click "Export to Notion" on any analysis result.
  3. A new page is created in your selected database.