Skip to content

Commit c9e0582

Browse files
committed
ref: Revert temporary.py change, split into separate PR
Agent transcript: https://claudescope.sentry.dev/share/7wGbLrKiB2lIlectbjlUshpfOeBY8wdz6GFT_T4xGfY
1 parent 460cfa6 commit c9e0582

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
245245
manager.add("organizations:preprod-enforce-size-quota", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
246246
# Enable enforcement of preprod distribution quota checks (when disabled, distribution quota checks always return True)
247247
manager.add("organizations:preprod-enforce-distribution-quota", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
248+
# Enable preprod size monitors frontend
249+
manager.add("organizations:preprod-size-monitors-frontend", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
248250
# Enable preprod snapshots product feature
249251
manager.add("organizations:preprod-snapshots", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
250252
# Enables PR page

0 commit comments

Comments
 (0)