ref(cells) Use signupLocalities in UI code#118240
Conversation
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b939934. Configure here.
b939934 to
06430b2
Compare

Update relocations and organization create to use the
singupLocalitiesattribute that will be exposed in__initialData#118204.These changes also remove
relocationConfigas withsignup_visiblewe can makerelocationConfigredundant. I have also converted relocations from storing URLs in its state to using locality names. This aligns the implementation between relocations and org create.Refs INFRENG-350