-
-
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: Allow to select v8 in Loader Script #73835
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #73835 +/- ##
==========================================
+ Coverage 78.08% 78.11% +0.03%
==========================================
Files 6659 6659
Lines 297923 297928 +5
Branches 51259 51260 +1
==========================================
+ Hits 232639 232733 +94
+ Misses 58986 58907 -79
+ Partials 6298 6288 -10
|
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.
Do we need to change line 73 in this file? It think is not giving back v8.
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.
That is by design :) We don't want to put people who are currently on latest (7.x), on 8.x because that may break them.
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.
The way the feature flag is set up will not prevent anybody to manually put themselve onto v8 but that's probably fine.
Jup, but I think this is OK - honestly if somebody does that manually, any potential problems (that we don't really forsee anyhow) are their problem 😅 |
0d2c6ba
to
f5f9891
Compare
This adds a feature flag `organizations:js-sdj-loader-v8` that can be set that will add `8.x` to the selectable options for the Loader Script. Part of getsentry/sentry-javascript#12187
This adds a feature flag
organizations:js-sdj-loader-v8
that can be set that will add8.x
to the selectable options for the Loader Script.Part of getsentry/sentry-javascript#12187