Skip to main content
GitHub integration lets the AI agent clone your repo in a sandbox, read the source code behind failing spans, and create fix PRs — all from within TraceRoot.

Setup

  1. Go to Workspace Settings -> Integrations in the TraceRoot dashboard and Connect GitHub App.
  2. Grant access to the repositories you want to connect

Permissions

Requirements

For source code correlation to work:
  • The TraceRoot GitHub App must have access to the repository
  • Traces must include git context typically auto-detected by the SDK
Git context is captured automatically for every span when you use the @observe decorator. See Git Context.