Skip to content

Commit 7dfb6ef

Browse files
ref(feature): Remove heartbeat feature flag
1 parent acb9a4b commit 7dfb6ef

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/conf/server.py

-2
Original file line numberDiff line numberDiff line change
@@ -1636,8 +1636,6 @@ def SOCIAL_AUTH_DEFAULT_USERNAME() -> str:
16361636
"organizations:device-class-synthesis": False,
16371637
# Enable the product selection feature in the getting started docs, regardless of the organization's strategy
16381638
"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,
16411639
# Enable a new behavior for deleting the freshly created project,
16421640
# if the user clicks on the back button in the onboarding for new orgs
16431641
"organizations:onboarding-project-deletion-on-back-click": False,

src/sentry/features/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
default_manager.add("organizations:integrations-issue-sync", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
244244
default_manager.add("organizations:integrations-stacktrace-link", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
245245
default_manager.add("organizations:integrations-ticket-rules", OrganizationFeature, FeatureHandlerStrategy.INTERNAL)
246-
default_manager.add("organizations:onboarding-heartbeat-footer", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
247246
default_manager.add("organizations:onboarding-project-deletion-on-back-click", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
248247
default_manager.add("organizations:onboarding-sdk-selection", OrganizationFeature, FeatureHandlerStrategy.REMOTE)
249248
default_manager.add("organizations:open-ai-suggestion", OrganizationFeature, FeatureHandlerStrategy.REMOTE)

0 commit comments

Comments
 (0)