-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update the Loader Script to support v8 #12187
Comments
This is on our radar but we held off from it with the initial 8.0.0 launch to reduce the number of moving parts. We're aware and will tackle this soon (TM) |
All of this is prepared, we just need to flip the switch when we feel like we are ready. |
The loader script is blocked on #12188 |
This updates the Loader Script to ensure we also check for an already installed instance of the SDK under v8, where the global carrier `window.__SENTRY__` has a different shape. Part of getsentry/sentry-javascript#12187 * Tests for v8: getsentry/sentry-javascript#12764 * Tests for v7: getsentry/sentry-javascript#12765
This updates the UI of the loader script settings to accomodate v8. Part of getsentry/sentry-javascript#12187
Implements the changes from https://github.com/getsentry/sentry/compare/fn/loader-v8?expand=1 Part of #12187
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 updates the Loader Script to ensure we also check for an already installed instance of the SDK under v8, where the global carrier `window.__SENTRY__` has a different shape. Part of getsentry/sentry-javascript#12187 * Tests for v8: getsentry/sentry-javascript#12764 * Tests for v7: getsentry/sentry-javascript#12765
This updates the UI of the loader script settings to accomodate v8. Part of getsentry/sentry-javascript#12187
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
@rodolfoBee @Lms24 @lforst When will the CDN be available? |
We are currently testing the v8 version with the Loader, and expect to release it to the public soon! We'll keep you posted here. |
@mydea It's great to hear that you're making progress on this. Can you please clarify what "soon" means? A day? A week? A month? |
We hope to release this either this or next week, depending on how the testing goes! |
Backports the loader changes (as the loader also needs to run in v7). Implements the changes from https://github.com/getsentry/sentry/compare/fn/loader-v8 Part of #12187
Noting that v8 is available in my Sentry settings -- so seems to be live? |
Hey @erikt9 yes it's live since a couple of days. We don't default to v8 being the preselected version yet but you can switch to it manually. Let us know if everything works for you! |
Today, the Loader Script defaults to & supports v7 of the SDK.
We want to also support v8 there. We should implement this in a few steps:
Tasks
The text was updated successfully, but these errors were encountered: