Conversation
📝 WalkthroughWalkthroughTwo targeted improvements: a defensive string-type check added to email-detection logic in the usage model to prevent type errors, and a usage tracking call inserted into the coupons upsell view to record tab-view events. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
|
Here's the code health analysis summary for commits Analysis Summary
|
This tracks the number of times the Coupons tab is viewed in Lite when the Coupons add-on isn't activated.
This also fixes a fatal error when cleaning the usage data when the
$valueis not a string.Coupons PR: https://github.com/Strategy11/formidable-coupons/pull/21
Summary by CodeRabbit
Bug Fixes
Chores