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

ref(onboarding): Tweak sidebar code for loader script #79421

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

Conversation

priscilawebdev
Copy link
Member

Users may become confused if they have instrumented their SDK using the loader script and later encounter the following:

image

To address this, we are making the 'HTML Templates' option the default one, aligning it with how we display the Loader Script during onboarding. Additionally, we are adding '(Loader Script)' as a prefix to clarify its use.

We do not completely name it "Loader Script" because old users might not be familiar with this term.

Preview

image

closes #79183

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 21, 2024
Comment on lines +343 to +345
display: flex;
flex-direction: column;
gap: ${space(1)};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding this minor fix here too.

Before
image

After
image

@priscilawebdev priscilawebdev requested a review from a team October 21, 2024 16:22
@priscilawebdev priscilawebdev marked this pull request as ready for review October 21, 2024 16:23
@priscilawebdev priscilawebdev requested review from a team as code owners October 21, 2024 16:23
Copy link

codecov bot commented Oct 21, 2024

Bundle Report

Changes will increase total bundle size by 30.97MB (100.0%) ⬆️⚠️, exceeding the configured threshold of 5%.

Bundle name Size Change
app-webpack-bundle-array-push 30.97MB 30.97MB (100%) ⬆️⚠️

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.

Setting up replay with loader script
2 participants