Skip to content

ref(seer): Remove assisted-query extra feature flags#119339

Open
aliu39 wants to merge 1 commit into
masterfrom
aliu/remove-assisted-query-feature-flags
Open

ref(seer): Remove assisted-query extra feature flags#119339
aliu39 wants to merge 1 commit into
masterfrom
aliu/remove-assisted-query-feature-flags

Conversation

@aliu39

@aliu39 aliu39 commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

This pattern should no longer be used as we can register features directly in seer - https://github.com/getsentry/seer/pull/7236
https://github.com/getsentry/sentry-options-automator/pull/8585

Removes the assisted-query-cross-event-explorer and assisted-query-project-expansion feature flags, which are fully rolled out and no longer need gating.

  • Unregisters both flags from the feature manager (temporary.py)
  • Removes the _SEER_FORWARDED_FLAGS mapping and get_extra_seer_feature_flags helper from seer/endpoints/utils.py
  • Stops passing extra_feature_flags in Seer requests from search_agent_start and trace_explorer_ai_translate_agentic endpoints
  • Updates the corresponding test assertion

Remove the assisted-query-cross-event-explorer and assisted-query-project-expansion
feature flags, which are fully rolled out and no longer need to be gated.

Unregister both flags from the feature manager and stop forwarding them to
Seer in search agent and translate-agentic requests. Remove the now-unused
_SEER_FORWARDED_FLAGS dict and get_extra_seer_feature_flags helper.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@aliu39 aliu39 requested a review from a team as a code owner July 9, 2026 19:51
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 9, 2026
@aliu39 aliu39 changed the title ref(seer): Remove assisted-query feature flags ref(seer): Remove assisted-query extra feature flags Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants