-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(settings): Ensure JS Loader validates SDK version & products #46604
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
Conversation
static/app/views/settings/project/projectKeys/details/keySettings.tsx
Outdated
Show resolved
Hide resolved
71bfefe to
c9de303
Compare
|
shouldn't the SDK loader automatically be updated if the user selects Screen.Recording.2023-04-04.at.15.16.50.mov |
priscilawebdev
left a comment
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.
left a question but it looks good to me 😉
You mean the URL? The url always remains the same, only the code that is served by it changes in the background :) |
|
I mean the SDK version in the drop-down |
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 |
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