豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit b17a5e7

Browse files
committed
feat(seer): Add feature flag for thinking blocks toggle
Register organizations:seer-explorer-thinking-blocks, which will gate the thinking-blocks toggle in the Seer Explorer top bar. The frontend change to read the flag ships in a separate PR. Co-Authored-By: Claude <noreply@anthropic.com> Agent transcript: https://claudescope.sentry.dev/share/nwjiQTuoXn_gjAbTTeEIIVkV9-uR45bdqtilj4y7vEM
1 parent 08d19c7 commit b17a5e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
324324
manager.add("organizations:seer-explorer-chat-coding", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
325325
# Enable code mode tools (sentry_api_search/execute) in Seer Explorer
326326
manager.add("organizations:seer-explorer-code-mode-tools", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
327+
# Enable the thinking blocks toggle in the Seer Explorer top bar
328+
manager.add("organizations:seer-explorer-thinking-blocks", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
327329
# Enable structured LLM context (JSON snapshot) instead of ASCII DOM snapshot
328330
manager.add("organizations:context-engine-structured-page-context", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
329331
# Allow root_cause as a valid automated run stopping point and org-level default

0 commit comments

Comments
 (0)