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 @@ -104,8 +104,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
manager.add("organizations:intercom-support", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable default anomaly detection metric monitor for new projects
manager.add("organizations:default-anomaly-detector", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
# Enables synthesis of device.class in ingest
manager.add("organizations:device-class-synthesis", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
# Enable the 'discover' interface. (might be unused)
manager.add("organizations:discover", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
# Enable the discover saved queries deprecation warnings
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 @@ -52,7 +52,6 @@
# These features will be listed in the project config.
EXPOSABLE_FEATURES = [
"organizations:continuous-profiling",
"organizations:device-class-synthesis",
"organizations:profiling",
"organizations:session-replay-recording-scrubbing",
"organizations:session-replay-video-disabled",
Expand Down
Loading