Streamline your PR workflows with Sentry's Copilot Extension #79515
gauthamcs
announced in
Launch Feedback
Replies: 1 comment 1 reply
-
Does it work with on Self-Hosted Sentry too? After authorizing the extension I get redirected to sentry.io |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We’re excited to announce a major update to the Sentry Copilot Extension, which now leverages Sentry’s code-level context and Copilot to make your PR workflows better. This update automates key tasks like generating unit tests, detecting bugs, and suggesting fixes—all without leaving your PR workflow.
Key Features
Automated Unit Tests: Sentry analyzes your code changes and automatically generates a comprehensive set of unit tests. With just one click, you can add these tests to a new branch, review them, and merge them into your feature branch—saving time and improving test coverage.
Bug Detection & Root Cause Analysis: After your PR is merged, Sentry continues to monitor for issues. If a new problem arises, Sentry’s deep code-level context identifies the root cause and surfaces it directly in the PR. This way, you can see exactly where and why the issue occurred, all without leaving GitHub.
Autofix Suggestions: When an issue is detected, Sentry goes beyond just identifying the problem by suggesting fixes tailored to the actual code changes. You can review and apply these fixes through a draft PR, ensuring a smooth and efficient bug resolution process.
Getting Started
Here’s what you need to do to get started:
Add the Sentry Copilot Extension from the GitHub Marketplace to automate your test generation, bug detection, and fixes within your PRs.
We want to hear from you!
We’d like to hear from you about this exciting new capability and what else we could be doing here. Please use this discussion thread to share your feedback.
Beta Was this translation helpful? Give feedback.
All reactions