-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(seer-cursor): add cursor integration to onboarding flow #103156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
78db098 to
02b0867
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
roaga
approved these changes
Nov 11, 2025
jennmueng
added a commit
that referenced
this pull request
Nov 12, 2025
Makes the cursor agent integration more discoverable by adding callouts to the seer project settings page. The setup handoff button will set the stopping point to cursor handoff and invalidate + make sure the dropdown state is updated. Without integration set up: <img width="2844" height="418" alt="image" src="https://github.com/user-attachments/assets/8fe21d53-fc6d-4da0-a149-77c851f68ceb" /> With integration set up but without handoff set or automation is off: <img width="2640" height="830" alt="CleanShot 2025-11-12 at 01 30 11@2x" src="https://github.com/user-attachments/assets/2b5d8011-848c-4585-b1b9-1e7f4f117c22" /> <img width="2634" height="574" alt="CleanShot 2025-11-12 at 01 30 02@2x" src="https://github.com/user-attachments/assets/2e956428-bd33-481f-a1ae-e5b22ace3c7b" /> With handoff setup: <img width="2930" height="498" alt="image" src="https://github.com/user-attachments/assets/db5e0ada-a812-4f6f-8185-ef394fbb1eee" /> Followed by #103156
- Add Cursor integration as Step 5 in Seer onboarding in issue sidebar - Add setup and skip functionality for Cursor handoff configuration - Display integration card with setup instructions for users - Update tests for new onboarding step
e5803e8 to
60b51bb
Compare
andrewshie-sentry
pushed a commit
that referenced
this pull request
Nov 13, 2025
Makes the cursor agent integration more discoverable by adding callouts to the seer project settings page. The setup handoff button will set the stopping point to cursor handoff and invalidate + make sure the dropdown state is updated. Without integration set up: <img width="2844" height="418" alt="image" src="https://github.com/user-attachments/assets/8fe21d53-fc6d-4da0-a149-77c851f68ceb" /> With integration set up but without handoff set or automation is off: <img width="2640" height="830" alt="CleanShot 2025-11-12 at 01 30 11@2x" src="https://github.com/user-attachments/assets/2b5d8011-848c-4585-b1b9-1e7f4f117c22" /> <img width="2634" height="574" alt="CleanShot 2025-11-12 at 01 30 02@2x" src="https://github.com/user-attachments/assets/2e956428-bd33-481f-a1ae-e5b22ace3c7b" /> With handoff setup: <img width="2930" height="498" alt="image" src="https://github.com/user-attachments/assets/db5e0ada-a812-4f6f-8185-ef394fbb1eee" /> Followed by #103156
andrewshie-sentry
pushed a commit
that referenced
this pull request
Nov 13, 2025
Makes the cursor agent integration more discoverable by adding another seer onboarding step. The main difference between this step and other seer steps is that it will not keep the onboarding steps around if you skip it (because not everyone has the cursor integration, so we make it truly skippable and not naggy) Without integration set up: <img width="1800" height="518" alt="image" src="https://github.com/user-attachments/assets/7ca2f19a-739d-4851-a438-952fc0401221" /> With integration set up but without handoff set: <img width="2040" height="526" alt="image" src="https://github.com/user-attachments/assets/d260cc90-4179-45eb-8a39-59c7d46bf82a" /> With handoff setup or onboarding step skipped: <img width="1066" height="236" alt="image" src="https://github.com/user-attachments/assets/582e4017-cdcd-4f36-8d96-ecaccb282e49" />
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Makes the cursor agent integration more discoverable by adding another seer onboarding step.
The main difference between this step and other seer steps is that it will not keep the onboarding steps around if you skip it (because not everyone has the cursor integration, so we make it truly skippable and not naggy)
Without integration set up:



With integration set up but without handoff set:
With handoff setup or onboarding step skipped: