File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1218,6 +1218,8 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
12181218 "organizations:mobile-view-hierarchies" : False ,
12191219 # Enable the onboarding heartbeat footer on the sdk setup page
12201220 "organizations:onboarding-heartbeat-footer" : False ,
1221+ # Disables multiselect platform in the onboarding flow
1222+ "organizations:onboarding-remove-multiselect-platform" : False ,
12211223 # Enable ANR rates in project details page
12221224 "organizations:anr-rate" : False ,
12231225 # Enable tag improvements in the issue details page
Original file line number Diff line number Diff line change 203203default_manager .add ("organizations:integrations-stacktrace-link" , OrganizationFeature )
204204default_manager .add ("organizations:integrations-ticket-rules" , OrganizationFeature )
205205default_manager .add ("organizations:onboarding-heartbeat-footer" , OrganizationFeature , True )
206+ default_manager .add ("organizations:onboarding-remove-multiselect-platform" , OrganizationFeature , True )
206207default_manager .add ("organizations:performance-view" , OrganizationFeature )
207208default_manager .add ("organizations:profile-blocked-main-thread-ingest" , OrganizationFeature )
208209default_manager .add ("organizations:relay" , OrganizationFeature )
You can’t perform that action at this time.
0 commit comments