Skip to content

feat(integrations): add sentry Stripe catalog provider#56

Merged
snowmead merged 2 commits into
mainfrom
feat/integration-sentry
Jul 12, 2026
Merged

feat(integrations): add sentry Stripe catalog provider#56
snowmead merged 2 commits into
mainfrom
feat/integration-sentry

Conversation

@snowmead

@snowmead snowmead commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the sentry Stripe Projects catalog integration family as CatalogResource adapter(s).
  • Follows docs/ADDING-A-PROVIDER.md and docs/PROVIDER-WAVES.md.
  • Includes gap test + hermetic provision test. OUTPUT_FIELDS provisional until mise run discover.

Test plan

  • Gap + hermetic tests in module
  • Live mise run discover when provider is linked
  • Merge after resolving additive registry.rs conflict with other family PRs

Note

Low Risk
Additive integrations and shared config helpers with offline tests; credential output names are provisional until discover, which could cause live provision mismatches if wrong.

Overview
Adds Sentry as a Phase 1 Stripe Projects catalog family with two managed integrations: sentry/project (provider = "sentry", outputs dsn, optional platform / project_name) and sentry/seer (provider = "sentry-seer", output auth_token, empty config). Both follow the standard CatalogResource pattern with gap tests, hermetic provision_script tests, and provisional OUTPUT_FIELDS until mise run discover.

Wires them into register_providers!, pub mod sentry, and extends the assert_outputs_match drift test for both types.

Extends stackless-provider-sdk config helpers with int_optional, bool_required, and bool_optional (for upcoming catalog schemas and the new codegen).

Documents catalog-first rollout and parallel provider waves in DECISIONS.md, PROVIDER-WAVES.md, and a pointer in ADDING-A-PROVIDER.md. Adds scripts/generate_catalog_integrations.py to scaffold future deployables (Sentry listed in IMPLEMENTED / OUTPUT_HINTS; script does not rewrite registry/mod).

Reviewed by Cursor Bugbot for commit 5ec5b99. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit eaaba2e. Configure here.

Comment thread scripts/generate_catalog_integrations.py Outdated
Comment thread scripts/generate_catalog_integrations.py Outdated
Do not rewrite registry.rs/providers/mod.rs; mark SHORT_PROVIDER refs
implemented; handle JSON Schema number as f64.
@snowmead

Copy link
Copy Markdown
Owner Author

Landed on main via local merge + union-sort (#56).

@snowmead
snowmead merged commit bcf0c9a into main Jul 12, 2026
19 of 32 checks passed
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