|
@@ -527,6 +527,8 @@ def register_temporary_features(manager: FeatureManager):
|
|
|
manager.add("organizations:visibility-explore-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
# Enable the dataset toggle on the new explore page
|
|
|
manager.add("organizations:visibility-explore-dataset", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
+ # Enable RPC on the new explore page
|
|
|
+ manager.add("organizations:visibility-explore-rpc", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
# Enable minimap in the widget viewer modal in dashboards
|
|
|
manager.add("organizations:widget-viewer-modal-minimap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
|
|
|
# Enabled unresolved issue webhook for organization
|