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 @@ -1243,6 +1243,8 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
12431243 "organizations:scim-team-roles" : False ,
12441244 # Enable the in-app source map debugging feature
12451245 "organizations:fix-source-map-cta" : False ,
1246+ # Enable new JS SDK Dynamic Loader
1247+ "organizations:js-sdk-dynamic-loader" : False ,
12461248 # Adds additional filters and a new section to issue alert rules.
12471249 "projects:alert-filters" : True ,
12481250 # Enable functionality to specify custom inbound filters on events.
Original file line number Diff line number Diff line change 9292default_manager .add ("organizations:issue-search-allow-postgres-only-search" , OrganizationFeature , True )
9393default_manager .add ("organizations:issue-search-use-cdc-primary" , OrganizationFeature , True )
9494default_manager .add ("organizations:issue-search-use-cdc-secondary" , OrganizationFeature , True )
95+ default_manager .add ("organizations:js-sdk-dynamic-loader" , OrganizationFeature , True )
9596default_manager .add ("organizations:large-debug-files" , OrganizationFeature )
9697default_manager .add ("organizations:mep-rollout-flag" , OrganizationFeature , True )
9798default_manager .add ("organizations:metric-alert-chartcuterie" , OrganizationFeature , True )
You can’t perform that action at this time.
0 commit comments