Skip to content

Commit 1bbe4ed

Browse files
Mihir-MavalankarClaude Opus 4.6
andcommitted
feat(seer): Add context hint to dashboard LLM context node
Tell the Seer agent that dateRange/environments/projects are global page filters scoping every widget, and that child widget nodes have query config usable with telemetry_live_search. Co-Authored-By: Claude Opus 4.6 <noreply@example.com>
1 parent cbdab92 commit 1bbe4ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/app/views/dashboards/dashboard.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ function DashboardInner({
128128

129129
// Push dashboard metadata into the LLM context tree for Seer Explorer.
130130
useLLMContext({
131+
contextHint:
132+
'This is a Sentry dashboard. The dateRange, environments, and projects below are global page filters that scope every widget query. Each child widget node contains its own query config that can be used with the telemetry_live_search tool to fetch or drill into its data.',
131133
title: dashboard.title,
132134
widgetCount: dashboard.widgets.length,
133135
filters: dashboard.filters,

0 commit comments

Comments
 (0)