Skip to content

Commit 101823f

Browse files
authored
chore(features): Remove organizations:device-class-synthesis (#112743)
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. Relay pr: getsentry/relay#5816 <!-- Describe your PR here. -->
1 parent 8f65b86 commit 101823f

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
@@ -106,8 +106,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
106106
manager.add("organizations:intercom-support", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
107107
# Enable default anomaly detection metric monitor for new projects
108108
manager.add("organizations:default-anomaly-detector", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False)
109-
# Enables synthesis of device.class in ingest
110-
manager.add("organizations:device-class-synthesis", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=False)
111109
# Enable the 'discover' interface. (might be unused)
112110
manager.add("organizations:discover", OrganizationFeature, FeatureHandlerStrategy.INTERNAL, api_expose=True)
113111
# 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)