fix(docs): use usesend-js package in webhook guide#363
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying usesend with
|
| Latest commit: |
9b90b0a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d168fbf1.usesend.pages.dev |
| Branch Preview URL: | https://fix-webhooks-sdk-package-nam.usesend.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
WalkthroughThe webhooks documentation file updates package references from 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
* fix: prevent premature webhook auto-disable and allow re-enable Use persisted failure counters when deciding auto-disable status and restore dashboard re-enable flow so webhooks are not deactivated unexpectedly after reset. * fix: count webhook failures per failed call Only increment consecutive failure counters after a call exhausts retries, while keeping the 30-call auto-disable threshold and stale-state protection. * fix(docs): correct webhook SDK package name (#363) * test: isolate webhook unit suite from mailer deps Mock limit service in webhook unit tests so Vitest does not resolve team-service and mailer paths requiring usesend-js during CI.
Summary
usesend-jsusesend-jsfor bothUseSendandWebhooksSummary by cubic
Update the webhook guide to use the published JavaScript SDK package usesend-js. Fix install commands and TypeScript import examples for UseSend and Webhooks to reference usesend-js.
Written for commit 9b90b0a. Summary will update on new commits.
Summary by CodeRabbit