Skip to content

Commit 602c220

Browse files
authored
ref(insights): remove performance-landing-page-stats-period flag (#86200)
To be merged after #86199
1 parent 6e11f98 commit 602c220

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ def register_temporary_features(manager: FeatureManager):
227227
manager.add("organizations:performance-issues-dev", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
228228
# Temporary flag to test search performance that's running slow in S4S
229229
manager.add("organizations:performance-issues-search", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, default=True, api_expose=False)
230-
# Enables a longer stats period for the performance landing page
231-
manager.add("organizations:performance-landing-page-stats-period", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
232230
# Enable consecutive http performance issue type
233231
manager.add("organizations:performance-large-http-payload-detector", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
234232
# Enable internal view for bannerless MEP view

0 commit comments

Comments
 (0)