chore(observability): scope stripe webhook requirement#3410
chore(observability): scope stripe webhook requirement#3410smanthey wants to merge 1 commit intosimstudioai:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR adds a Key points:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Stripe sends POST to webhook endpoint] --> B[api/auth/webhook/stripe/route.ts]
B --> C[better-auth runtime handler]
C --> D[Signature verification inside better-auth]
D --> E[Dispatch to billing webhook handlers]
F[Claw Observability Scanner] -->|Scans repo| G{stripeWebhookRequired check}
G -->|Stripe trigger definitions found| H[Would flag as missing verification]
H -->|claw-observability.json override| I[stripeWebhookRequired = false]
I --> J[Scanner skips requirement for this repo]
style I fill:#90EE90
style J fill:#90EE90
Last reviewed commit: 8dc54c1 |
Adds claw-observability override to scope Stripe webhook signature requirement for this repo scan context.