ref(seer): Combine AutofixRepositories components into one#117618
Closed
ryan953 wants to merge 0 commit into
Closed
ref(seer): Combine AutofixRepositories components into one#117618ryan953 wants to merge 0 commit into
ryan953 wants to merge 0 commit into
Conversation
Contributor
Story previewsPreview the stories changed in this PR on the Vercel deployment:
Preview deployment: https://sentry-6gdmkfb2j.sentry.dev |
3894f91 to
a76ecf7
Compare
86bd844 to
6687049
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a76ecf7. Configure here.
a76ecf7 to
753461c
Compare
ryan953
added a commit
that referenced
this pull request
Jun 16, 2026
…points (#117740) This meant adding a `includeInstructions` prop to the new version, which revealed that the inputs needed to be debounced. apparently saving a default-branch name before was problematic With instructions added <img width="819" height="547" alt="SCR-20260614-lqlb" src="https://github.com/user-attachments/assets/325af416-9b42-4de1-b190-f8bc874ecd79" /> Note: these were originally stacked into #117618 and #117630 but i messed that up somehow to update things on master. So now they're together and ready to go. No changes made since before. --------- Co-authored-by: Claude Opus 4 <noreply@anthropic.com> Co-authored-by: Ryan Albrecht <ryan953@MLHJDQR9VJ.local> Co-authored-by: billy <billy@sentry.io> Co-authored-by: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
sehr-m
pushed a commit
that referenced
this pull request
Jun 23, 2026
…points (#117740) This meant adding a `includeInstructions` prop to the new version, which revealed that the inputs needed to be debounced. apparently saving a default-branch name before was problematic With instructions added <img width="819" height="547" alt="SCR-20260614-lqlb" src="https://github.com/user-attachments/assets/325af416-9b42-4de1-b190-f8bc874ecd79" /> Note: these were originally stacked into #117618 and #117630 but i messed that up somehow to update things on master. So now they're together and ready to go. No changes made since before. --------- Co-authored-by: Claude Opus 4 <noreply@anthropic.com> Co-authored-by: Ryan Albrecht <ryan953@MLHJDQR9VJ.local> Co-authored-by: billy <billy@sentry.io> Co-authored-by: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com> Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This meant adding a
includeInstructionsprop to the new version, which revealed that the inputs needed to be debounced. apparently saving a default-branch name before was problematicWith instructions added
