Can Sentry Create GitHub Issues? Yes, Here Is How
How to connect Sentry and GitHub so you can create or link GitHub issues directly from Sentry, plus the fastest fix for the common 'not installed' integration error.
Can Sentry Create GitHub Issues? Yes, Here Is How
Short answer: yes.
If you install the GitHub integration, Sentry can create a new GitHub issue from a Sentry issue, or link an existing GitHub issue to it.
That sounds minor, but it solves a common team problem: errors live in one place, work tracking lives in another, and context gets lost during handoff.
What the integration gives you
On a Sentry issue page, you can usually use the right sidebar to:
- Create a new GitHub issue.
- Link an existing GitHub issue.
In most Sentry UIs this appears in a section named Linked Issues or Issue Tracking.
Setup for Sentry SaaS
- Go to
Settings -> Integrations -> GitHubin Sentry. - Install and authorize the GitHub App.
- Make sure the repository you need is included in the app installation scope.
- Open any Sentry issue and find
Linked IssuesorIssue Tracking. - Select GitHub, then create or link the issue.
The common failure mode: connected but “not installed”
A frustrating state is when Sentry shows GitHub as connected, but issue creation still fails with a “not installed” or “out of sync” message.
The fix that works most often:
- Uninstall the Sentry GitHub App from GitHub.
- Reinstall it from the Sentry integration page.
- Confirm repository access and permissions again.
This refreshes app permissions and usually clears stale sync state.
Important distinction: issue tracking vs code mapping
These are related, but not the same:
- GitHub issue integration lets you create and link GitHub issues from Sentry.
- Code mapping connects stack frames to files in your repository.
If you see a prompt like “Set up code mapping,” that is about source code links and Autofix behavior. It is not required just to create a GitHub issue.
GitHub.com vs GitHub Enterprise
The flow is the same in principle, but teams on GitHub Enterprise usually hit more permission and installation-scope checks.
If the GitHub option does not appear in Sentry issue tracking:
- Check that the app is installed for the correct org.
- Verify the target repo is explicitly included.
- Confirm your Sentry user has project-level permission to manage linked issues.
Final takeaway
Sentry can absolutely create GitHub issues, and the setup is straightforward once app scope and permissions are correct.
If your integration looks connected but behaves as if it is not installed, reinstalling the GitHub App and re-checking repo scope is usually the fastest path back to a working flow.