Skip to content

fix(dashboard): render tracemetrics widgets in dashboard view#695

Merged
BYK merged 1 commit intomainfrom
fix/692-tracemetrics-widget-rendering
Apr 9, 2026
Merged

fix(dashboard): render tracemetrics widgets in dashboard view#695
BYK merged 1 commit intomainfrom
fix/692-tracemetrics-widget-rendering

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented Apr 9, 2026

Summary

  • Add tracemetrics → "metricsEnhanced" to WIDGET_TYPE_TO_DATASET so tracemetrics widgets are no longer classified as "unsupported" placeholders
  • The existing timeseries and big_number rendering paths handle the data correctly with no API or formatter changes needed

Closes #692

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • (commands) Add buildRouteMap wrapper with standard subcommand aliases by BYK in #690

Bug Fixes 🐛

  • (dashboard) Render tracemetrics widgets in dashboard view by BYK in #695
  • (init) Narrow command validation to actual shell injection vectors by betegon in #697
  • (init,feedback) Default to tracing only in feature select and attach user email to feedback by MathurAditya724 in #688

Internal Changes 🔧

  • (docs) Gitignore generated command docs, extract fragments by BYK in #696
  • (eval) Replace OpenAI with Anthropic SDK in init-eval judge by betegon in #683
  • (init) Use markdown pipeline for spinner messages by betegon in #686
  • Regenerate skill files and command docs by github-actions[bot] in 584ec0e0

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Codecov Results 📊

134 passed | Total: 134 | Pass Rate: 100% | Execution Time: 0ms

📊 Comparison with Base Branch

Metric Change
Total Tests
Passed Tests
Failed Tests
Skipped Tests

✨ No test changes detected

All tests are passing successfully.

✅ Patch coverage is 100.00%. Project has 1481 uncovered lines.
✅ Project coverage is 95.45%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    95.43%    95.45%    +0.02%
==========================================
  Files          224       224         —
  Lines        32532     32534        +2
  Branches         0         0         —
==========================================
+ Hits         31046     31053        +7
- Misses        1486      1481        -5
- Partials         0         0         —

Generated by Codecov Action

tracemetrics was missing from WIDGET_TYPE_TO_DATASET, causing
mapWidgetTypeToDataset("tracemetrics") to return null and all
tracemetrics widgets to be classified as "unsupported" placeholders.

Add the mapping tracemetrics → "metricsEnhanced" so the existing
timeseries/big_number rendering paths handle these widgets correctly.
@BYK BYK force-pushed the fix/692-tracemetrics-widget-rendering branch from 8a838f0 to 74b09c7 Compare April 9, 2026 10:35
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://cli.sentry.dev/pr-preview/pr-695/

Built to branch gh-pages at 2026-04-09 10:36 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@BYK BYK marked this pull request as ready for review April 9, 2026 10:39
@BYK BYK merged commit 6ee2c4a into main Apr 9, 2026
27 checks passed
@BYK BYK deleted the fix/692-tracemetrics-widget-rendering branch April 9, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dashboard view: tracemetrics widgets not rendered

1 participant