From 33308f39a63aa641a690b298a8106e5762a1bcc6 Mon Sep 17 00:00:00 2001 From: Ryan Albrecht Date: Thu, 16 Apr 2026 15:24:32 -0700 Subject: [PATCH] chore(seer): Retire the seer-overview feature flag --- src/sentry/features/temporary.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sentry/features/temporary.py b/src/sentry/features/temporary.py index 54196ea80288b2..ff2ae43557ea2d 100644 --- a/src/sentry/features/temporary.py +++ b/src/sentry/features/temporary.py @@ -326,8 +326,6 @@ def register_temporary_features(manager: FeatureManager) -> None: manager.add("organizations:seer-explorer-code-mode-tools", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enable structured LLM context (JSON snapshot) instead of ASCII DOM snapshot manager.add("organizations:context-engine-structured-page-context", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) - # Enable the Seer Overview sections for Seat-Based users - manager.add("organizations:seer-overview", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True) # Allow root_cause as a valid automated run stopping point and org-level default manager.add("organizations:root-cause-stopping-point", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=False) # Enable the Seer Wizard and related prompts/links/banners