-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Conversation
Bundle ReportChanges will increase total bundle size by 224 bytes ⬆️
|
{ | ||
es5Warning: | ||
data.browserSdkVersion !== '8.x' | ||
? 'When using Replay, the loader will load the ES6 bundle instead of the ES5 bundle. ' |
There was a problem hiding this comment.
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()
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 👍
9d749cb
to
3c87a80
Compare
This updates the UI of the loader script settings to accomodate v8. Part of getsentry/sentry-javascript#12187
This updates the UI of the loader script settings to accomodate v8.
Part of getsentry/sentry-javascript#12187