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(ui): Update Loader Script UI to accomodate v8 #73836

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

mydea
Copy link
Member

@mydea mydea commented Jul 4, 2024

This updates the UI of the loader script settings to accomodate v8.

Part of getsentry/sentry-javascript#12187

@mydea mydea requested review from lforst and AbhiPrasad July 4, 2024 14:12
@mydea mydea self-assigned this Jul 4, 2024
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jul 4, 2024
Copy link

codecov bot commented Jul 4, 2024

Bundle Report

Changes will increase total bundle size by 224 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.34MB 224 bytes ⬆️

{
es5Warning:
data.browserSdkVersion !== '8.x'
? 'When using Replay, the loader will load the ES6 bundle instead of the ES5 bundle. '
Copy link
Member

Choose a reason for hiding this comment

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

This string could be wrapped in a t()

Copy link
Member Author

Choose a reason for hiding this comment

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

true! addressed

{
es5Warning:
data.browserSdkVersion !== '8.x'
Copy link
Member

Choose a reason for hiding this comment

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

Wondering if we should flip it to === 7.x cause that will be more correct in the future. I am wondering in general when we can remove this warning.

Copy link
Member Author

Choose a reason for hiding this comment

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

I guess we can do that 👍

@mydea mydea force-pushed the fn/loader-script-settings branch from 9d749cb to 3c87a80 Compare July 8, 2024 13:57
@mydea mydea merged commit 30e129f into master Jul 9, 2024
42 checks passed
@mydea mydea deleted the fn/loader-script-settings branch July 9, 2024 08:22
priscilawebdev pushed a commit that referenced this pull request Jul 11, 2024
This updates the UI of the loader script settings to accomodate v8.

Part of getsentry/sentry-javascript#12187
@github-actions github-actions bot locked and limited conversation to collaborators Jul 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants