Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
manager.add("organizations:performance-mep-bannerless-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Re-enable histograms for Metrics Enhanced Performance Views
manager.add("organizations:performance-mep-reintroduce-histograms", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable MongoDB support for the Queries module
manager.add("organizations:performance-queries-mongodb-extraction", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable removing the fallback for metrics compatibility
manager.add("organizations:performance-remove-metrics-compatibility-fallback", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable AI and MCP module dashboards on dashboards platform
Expand Down
1 change: 0 additions & 1 deletion src/sentry/relay/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
EXPOSABLE_FEATURES = [
"organizations:continuous-profiling",
"organizations:device-class-synthesis",
Comment thread
wedamija marked this conversation as resolved.
"organizations:performance-queries-mongodb-extraction",
"organizations:profiling",
Comment thread
sentry[bot] marked this conversation as resolved.
"organizations:session-replay-recording-scrubbing",
"organizations:session-replay-video-disabled",
Expand Down
Loading