File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1636,8 +1636,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
1636
1636
"organizations:device-class-synthesis" : False ,
1637
1637
# Enable the product selection feature in the getting started docs, regardless of the organization's strategy
1638
1638
"organizations:getting-started-doc-with-product-selection" : False ,
1639
- # Enable the onboarding heartbeat footer on the sdk setup page
1640
- "organizations:onboarding-heartbeat-footer" : False ,
1641
1639
# Enable a new behavior for deleting the freshly created project,
1642
1640
# if the user clicks on the back button in the onboarding for new orgs
1643
1641
"organizations:onboarding-project-deletion-on-back-click" : False ,
Original file line number Diff line number Diff line change 243
243
default_manager .add ("organizations:integrations-issue-sync" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
244
244
default_manager .add ("organizations:integrations-stacktrace-link" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
245
245
default_manager .add ("organizations:integrations-ticket-rules" , OrganizationFeature , FeatureHandlerStrategy .INTERNAL )
246
- default_manager .add ("organizations:onboarding-heartbeat-footer" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
247
246
default_manager .add ("organizations:onboarding-project-deletion-on-back-click" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
248
247
default_manager .add ("organizations:onboarding-sdk-selection" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
249
248
default_manager .add ("organizations:open-ai-suggestion" , OrganizationFeature , FeatureHandlerStrategy .REMOTE )
You can’t perform that action at this time.
0 commit comments