fix(scrub-sensitive-data-from-sentry): scrubs sensitive datat from se…#3843
fix(scrub-sensitive-data-from-sentry): scrubs sensitive datat from se…#3843brian-mecha wants to merge 2 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughConnect encryption parameters and keyword calls now use Estimated code review effort: 3 (Moderate) | ~20 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches⚔️ Resolve merge conflicts
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 |
Product Description
Prevents the CommCare Connect encryption key from leaking into Sentry error reports.
Technical Description
Sentry runs with attach_stacktrace=True, which ships stack-frame locals with every event, so the raw Connect encryption_key was captured whenever an exception fired in the encrypt/decrypt paths.
Migrations
Demo
Docs and Changelog
Fixes #3194