diff --git a/src/sentry/features/permanent.py b/src/sentry/features/permanent.py index f32bc2470a92..865065a30e37 100644 --- a/src/sentry/features/permanent.py +++ b/src/sentry/features/permanent.py @@ -31,6 +31,8 @@ def register_permanent_features(manager: FeatureManager) -> None: permanent_organization_features = { # Enable advanced search features, like negation and wildcard matching. "organizations:advanced-search": True, + # Denotes organizations on the AM3 billing tier + "organizations:am3-tier": False, # Enable anomaly detection alerts "organizations:anomaly-detection-alerts": False, # Enable change alerts for an org