Skip to content

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

Open
snowmead wants to merge 1 commit into
mainfrom
feat/integration-sentry
Open

feat(integrations): add sentry Stripe catalog provider#56
snowmead wants to merge 1 commit 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 catalog integrations and SDK helpers with hermetic tests; provisional output envelopes should be confirmed via discover before live smoke.

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). Both register in register_providers!, wire through providers/sentry/, and extend the output-drift test in providers/mod.rs.

Each service includes catalog gap tests and hermetic provision_script tests; OUTPUT_FIELDS are provisional until mise run discover.

Also extends stackless-provider-sdk with optional/required integer and boolean config helpers for generated catalog adapters, documents catalog-first waves in DECISIONS.md / PROVIDER-WAVES.md, links waves from ADDING-A-PROVIDER.md, and adds scripts/generate_catalog_integrations.py for bulk Phase 1 scaffolding (Sentry hints included).

Reviewed by Cursor Bugbot for commit eaaba2e. 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.

"pub mod cloudflare;",
]
for fam in sorted(top_mods):
mod_rs.append(f"pub mod {fam};")

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Generator drops implemented provider modules

Medium Severity

The catalog integration generator rebuilds providers/mod.rs from only clerk, cloudflare, and families it generates in that run. Catalog entries listed in IMPLEMENTED are skipped, so their pub mod lines are omitted even though register_providers! may still reference them, breaking the crate until modules are re-added by hand.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eaaba2e. Configure here.

"vercel/project",
"flyio/app",
"netlify/project",
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

IMPLEMENTED omits landed Sentry refs

Low Severity

The generator’s IMPLEMENTED set lists other landed catalog integrations but not sentry/project or sentry/seer, even though this change adds those adapters manually. A later generate_catalog_integrations.py run will treat Sentry as unimplemented and overwrite the family sources and registry block.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit eaaba2e. Configure here.

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