Skip to content

Commit 17001fb

Browse files
committed
chore(features): Remove organizations:device-class-synthesis
Removes this feature that is 100% released in getsentry. Relies on us removing the reliance on this in relay, and confirming that it's fine to 100% release this in self hosted.
1 parent 5931989 commit 17001fb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/sentry/features/temporary.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
104104
manager.add("organizations:intercom-support", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
105105
# Enable default anomaly detection metric monitor for new projects
106106
manager.add("organizations:default-anomaly-detector", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
107-
# Enables synthesis of device.class in ingest
108-
manager.add("organizations:device-class-synthesis", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
109107
# Enable the 'discover' interface. (might be unused)
110108
manager.add("organizations:discover", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
111109
# Enable the discover saved queries deprecation warnings

src/sentry/relay/config/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
# These features will be listed in the project config.
5353
EXPOSABLE_FEATURES = [
5454
"organizations:continuous-profiling",
55-
"organizations:device-class-synthesis",
5655
"organizations:profiling",
5756
"organizations:session-replay-recording-scrubbing",
5857
"organizations:session-replay-video-disabled",

0 commit comments

Comments
 (0)