Skip to content

feat(integrations): add alerting/sentry to CLI and DB constraint#1060

Merged
zbigniewsobiecki merged 1 commit intodevfrom
feat/alerting-integration-cli
Mar 26, 2026
Merged

feat(integrations): add alerting/sentry to CLI and DB constraint#1060
zbigniewsobiecki merged 1 commit intodevfrom
feat/alerting-integration-cli

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

  • Add alerting to the --category options in cascade projects integration-set CLI command
  • Add new migration (0047) to include alerting/sentry in the chk_integration_category_provider CHECK constraint

The Sentry alerting integration was fully implemented (module, triggers, tRPC, web UI) but these two gaps prevented configuring it via the CLI.

Test plan

  • Pre-push hook passes (unit tests + lint + typecheck)
  • CI passes
  • After deploy: cascade projects integration-set cascade --category alerting --provider sentry --config '{"organizationSlug":"mongrel"}'

🤖 Generated with Claude Code

The Sentry alerting integration was fully implemented (module, triggers,
tRPC, web UI) but the CLI `integration-set` command rejected `--category
alerting` and the DB CHECK constraint didn't include the alerting/sentry
pair. This adds both so Sentry can be configured via the CLI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@zbigniewsobiecki zbigniewsobiecki merged commit 3e9e9e5 into dev Mar 26, 2026
9 checks passed
@zbigniewsobiecki zbigniewsobiecki deleted the feat/alerting-integration-cli branch March 26, 2026 13:47
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