Skip to content

Commit 09d1c81

Browse files
betegonclaude
andauthored
fix(dashboard): add missing datasets to agent guidance (#522)
## Summary Adds `tracemetrics` and `preprod-app-size` to the datasets list in the Dashboard Layout section of agent-guidance.md. These were already listed in `sentry dashboard widget --help` but were missing from the agent guidance doc. ## Test plan - [ ] `bun run check:skill` — skill files up to date 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 22b5281 commit 09d1c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/content/docs/agent-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Display types with default sizes:
127127

128128
Use **common** types for general dashboards. Use **specialized** only when specifically requested. Avoid **internal** types unless the user explicitly asks.
129129

130-
Available datasets: `spans` (default, covers most use cases), `discover`, `issue`, `error-events`, `transaction-like`, `metrics`, `logs`.
130+
Available datasets: `spans` (default, covers most use cases), `discover`, `issue`, `error-events`, `transaction-like`, `metrics`, `logs`, `tracemetrics`, `preprod-app-size`.
131131

132132
Run `sentry dashboard widget --help` for the full list including aggregate functions.
133133

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Display types with default sizes:
137137

138138
Use **common** types for general dashboards. Use **specialized** only when specifically requested. Avoid **internal** types unless the user explicitly asks.
139139

140-
Available datasets: `spans` (default, covers most use cases), `discover`, `issue`, `error-events`, `transaction-like`, `metrics`, `logs`.
140+
Available datasets: `spans` (default, covers most use cases), `discover`, `issue`, `error-events`, `transaction-like`, `metrics`, `logs`, `tracemetrics`, `preprod-app-size`.
141141

142142
Run `sentry dashboard widget --help` for the full list including aggregate functions.
143143

0 commit comments

Comments
 (0)