feat(onboarding): Add "Copy DSN" button to post-project creation instructions#101424
Merged
priscilawebdev merged 6 commits intoOct 16, 2025
Conversation
priscilawebdev
commented
Oct 14, 2025
priscilawebdev
commented
Oct 15, 2025
7c00d95 to
6b07737
Compare
…on-as-trailing-item-first-config-step
| <Flex justify="between" align="center" gap="sm"> | ||
| {stepTitle} | ||
| {trailingItemsContent} | ||
| </Flex> |
Contributor
There was a problem hiding this comment.
Bug: Flex Layout Risk: Safari Text Selection Bug
Introducing Flex layout for non-collapsible step headers with trailing items contradicts an existing comment about avoiding flex/grid due to Safari text selection issues (#79958), potentially reintroducing that bug.
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 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.
Problem
We got some internal feedback that it’s not always easy to spot the DSN in the code snippet. People have to manually select and copy it, which can be a bit annoying.
Solution
This PR adds a “Copy DSN” button that lets users copy the project DSN with a single click The button always shows up in the “Configure” step of instructions displayed after project-creation
Screen.Recording.2025-10-16.at.07.50.37.mov
closes https://linear.app/getsentry/issue/TET-1235/add-quick-copy-paste-option-for-dsn-from-pages