Skip to content

Commit

Permalink
chore(dashboards): Remove edit access FF from temp file (#83043)
Browse files Browse the repository at this point in the history
Should be merged last after
getsentry/sentry-options-automator#2965 to
finish removing all edit access ff code
  • Loading branch information
nikkikapadia authored Jan 8, 2025
1 parent 6a0c2e0 commit c8c0717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:dashboards-span-metrics", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
# Enable table view on dashboards landing page
manager.add("organizations:dashboards-table-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable access protected editing of dashboards
manager.add("organizations:dashboards-edit-access", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable share links for dashboards for sharing outside the org
manager.add("organizations:dashboards-share", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable favouriting dashboards
Expand Down

0 comments on commit c8c0717

Please sign in to comment.