GitHub Integration
Create GitHub issues from Glitch reports with debug info embedded in the issue body.
Setup
- Open Settings → Integrations → GitHub.
- Enter a Personal Access Token with
reposcope.- 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.
- Click Save.
Creating an issue
- Click Share in the report toolbar.
- Select GitHub.
- Choose a repository, labels, and assignee.
- Enter a title and description.
- 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.