Skip to content
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

feat(insights): add back session health onboarding #86849

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

michellewzhang
Copy link
Member

the onboarding SDK icons for insights were just mapping the SDK name (the PlatformKey) to an uppercase version of it, which doesn't work super well for iOS or .NET for example. we already have access to the PlatformIntegration type which gives us a handy name reference, so use that instead.

before:

Screen.Recording.2025-03-11.at.2.07.51.PM.mov

after:

Screen.Recording.2025-03-11.at.2.06.54.PM.mov

the SDKs shown in the session health onboarding are based on the docs: https://docs.sentry.io/product/releases/setup/

closes #86837

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 11, 2025
@michellewzhang michellewzhang changed the title fix(insights): fix onboarding platform name map fix(insights): bring back session health onboarding Mar 11, 2025
@michellewzhang michellewzhang changed the title fix(insights): bring back session health onboarding fix(insights): add back session health onboarding Mar 11, 2025
@michellewzhang michellewzhang changed the title fix(insights): add back session health onboarding feat(insights): add back session health onboarding Mar 11, 2025
@michellewzhang michellewzhang marked this pull request as ready for review March 11, 2025 21:52
@michellewzhang michellewzhang requested a review from a team as a code owner March 11, 2025 21:52
@michellewzhang michellewzhang requested a review from a team March 11, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RELEASES] Add empty state to session health tab
2 participants