feat(monitors): Add onboarding modal for the new alerts/monitors pages#112694
Merged
feat(monitors): Add onboarding modal for the new alerts/monitors pages#112694
Conversation
Replace the old FeatureTourModal-based tour with the new FeatureShowcase compound component. The tour is now self-contained in the WorkflowEngineFeatureTourButton with 4 steps covering Monitors, Alerts, and how they connect together. Both the Alerts and Monitors list pages share the same tour. Also tweaks FeatureShowcase to use Stack instead of Container and adds size="sm" to the close button for better alignment.
saponifi3d
approved these changes
Apr 10, 2026
| import monitorsTourAlertsImage from 'sentry-images/spot/monitors-tour-alerts.svg'; | ||
| import monitorsTourConnectingImage from 'sentry-images/spot/monitors-tour-connecting.svg'; | ||
| import monitorsTourIntroImage from 'sentry-images/spot/monitors-tour-intro.svg'; | ||
| import monitorsTourMonitorsImage from 'sentry-images/spot/monitors-tour-monitors.svg'; |
Contributor
There was a problem hiding this comment.
nit: should this graphic include mobile builds as well? (don't want to block the PR on this, just curious if we should try to get that in the graphic for launch)
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 d024033. Configure here.
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.

Ref ISWF-2160
Uses the new FeatureShowcase component to add onboarding to the monitors and alerts index pages.
All svgs were run through svgo
CleanShot.2026-04-10.at.10.50.50.mp4