Skip to content

fix(init): sync wizard feature metadata with supported flags#471

Merged
MathurAditya724 merged 2 commits intomainfrom
fix/451
Mar 19, 2026
Merged

fix(init): sync wizard feature metadata with supported flags#471
MathurAditya724 merged 2 commits intomainfrom
fix/451

Conversation

@MathurAditya724
Copy link
Member

Summary

  • Add missing wizard feature metadata for crons, aiMonitoring, and userFeedback so labels, hints, and sorting stay in sync with server-supported features.
  • Update sentry init --features help text to include the full supported feature list (profiling, sourcemaps, crons, ai-monitoring, user-feedback).
  • Extend init utility tests to cover the new feature labels/hints and canonical feature ordering.

Testing

  • bun test test/lib/init/clack-utils.test.ts test/commands/init.test.ts

Closes #451

@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 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).


Bug Fixes 🐛

  • (init) Sync wizard feature metadata with supported flags by MathurAditya724 in #471

Internal Changes 🔧

  • Regenerate skill files by github-actions[bot] in 77603fc3

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

Codecov Results 📊

126 passed | Total: 126 | 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 1121 uncovered lines.
✅ Project coverage is 95.35%. Comparing base (base) to head (head).

Coverage diff
@@            Coverage Diff             @@
##          main       #PR       +/-##
==========================================
+ Coverage    95.35%    95.35%        —%
==========================================
  Files          177       177         —
  Lines        24086     24102       +16
  Branches         0         0         —
==========================================
+ Hits         22965     22981       +16
- Misses        1121      1121         —
- Partials         0         0         —

Generated by Codecov Action

@MathurAditya724 MathurAditya724 marked this pull request as ready for review March 19, 2026 11:33
@MathurAditya724 MathurAditya724 merged commit 2ade5c4 into main Mar 19, 2026
20 checks passed
@MathurAditya724 MathurAditya724 deleted the fix/451 branch March 19, 2026 11:33
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.

sentry init: CLI feature list is out of sync with server

1 participant