Skip to content

feat: add error reporting toggle to advanced settings#30

Merged
wizzomafizzo merged 3 commits intomainfrom
feat/error-reporting-toggle
Feb 2, 2026
Merged

feat: add error reporting toggle to advanced settings#30
wizzomafizzo merged 3 commits intomainfrom
feat/error-reporting-toggle

Conversation

@wizzomafizzo
Copy link
Member

Summary

  • Add error reporting toggle to Settings > Advanced, positioned above debug logging
  • Show confirmation modal when enabling (mirrors Core TUI behavior)
  • Enforce 80% patch coverage in codecov to prevent low-coverage PRs from merging

Add toggle to enable anonymous error reporting via Sentry.
Shows confirmation modal when enabling, mirrors Core TUI behavior.
Set patch coverage target to 80% and mark as non-informational
so PRs will fail if new code isn't adequately tested.
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

❌ Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/routes/settings.advanced.tsx 91.66% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Cover modal confirmation flow, enable/disable behavior,
and disconnected state. Uses userEvent and accessible queries
per testing guidelines.
@wizzomafizzo wizzomafizzo merged commit caa12d1 into main Feb 2, 2026
2 checks passed
@wizzomafizzo wizzomafizzo deleted the feat/error-reporting-toggle branch February 2, 2026 04:57
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.

1 participant