Uh oh!
There was an error while loading. Please reload this page.
feat(settings): Ensure JS Loader validates SDK version & products - #46604
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
AbhiPrasad
approved these changes
Mar 31, 2023
priscilawebdev
commented
Apr 4, 2023
Member
shouldn't the SDK loader automatically be updated if the user selects Screen.Recording.2023-04-04.at.15.16.50.mov |
priscilawebdev
approved these changes
Apr 4, 2023
priscilawebdev
left a comment
Member
There was a problem hiding this comment.
left a question but it looks good to me 😉
mydea
commented
Apr 4, 2023
MemberAuthor
You mean the URL? The url always remains the same, only the code that is served by it changes in the background :) |
priscilawebdev
commented
Apr 5, 2023
Member
I mean the SDK version in the drop-down |
mydea
commented
Apr 5, 2023
MemberAuthor
Ah, I see! Well the way it works is that it untoggles replay if you select an older SDK version: Screen.Recording.2023-04-05.at.10.37.47.mov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pulled out the frontend changes from #46447.
When you switch your SDK version to <7, it automatically removes performance & tracing. This should ensure we do not get into a weird state.
ref #46436