GitHub Integration

Create GitHub issues from Glitch reports with debug info embedded in the issue body.

Setup

  1. Open SettingsIntegrationsGitHub.
  2. Enter a Personal Access Token with repo scope.
    • Go to GitHub → Settings → Developer settings → Personal access tokens → Fine-grained tokens.
    • Grant read/write access to Issues for the repositories you want to use.
  3. Click Save.

Creating an issue

  1. Click Share in the report toolbar.
  2. Select GitHub.
  3. Choose a repository, labels, and assignee.
  4. Enter a title and description.
  5. Click Create Issue — console errors, network failures, and environment info are embedded in the issue body as collapsed <details> sections.

Notes

  • GitHub’s API does not support file attachments on issues, so the report is embedded as markdown in the body rather than attached.
  • PATs are stored locally in Chrome’s extension storage.