Sentry¶
You can connect Sourcery to Sentry to automatically investigate and fix issues in your code.
Note
This feature is currently in beta and is invite only. Join the waitlist to get access.
How to connect Sourcery and Sentry¶
-
Log in to the Sourcery dashboard
with a GitHub account.
-
Install the GitHub App for Sourcery and add all the repositories that you have Sentry projects for.
-
Navigate to the Production issues page in the Sourcery dashboard and click on the "Connect to Sentry" button.
!!! note During the beta period, you may encounter a waitlist if this feature is not yet available to you.
-
Click "Accept and install" to connect your Sentry account to Sourcery.
-
You're done! Sourcery will immediately start triaging your 10 most recent issues. You can now investigate and fix issues.
Investigate and fix issues¶
- Navigate to Production issues > Inbox
- Click the Investigate button next to any issue to have Sourcery analyze it.
- For issues with a
solvable
status, you can click theCreate Pull Request
button next to a proposed solution and Sourcery will open a PR with a proposed fix. - Click
View PR
on any issue with a Sourcery fix to review the PR. - Sourcery will automatically investigate any new issues that are generated
For more details, check out our Sentinel Getting Started, Investigating an Issue, and Fixing an Issue guides