fix(editor): redact session paths in debug log#546
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 (1)
📝 WalkthroughWalkthroughConsole diagnostic payload in the recording session change handler now logs boolean presence flags ( ChangesDiagnostic Logging Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add 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 |
Summary
onRecordingSessionChangeddebug log.Why
CodeRabbit flagged that logging raw recording/webcam paths can expose user-identifying local filesystem details in app logs.
Verification
npx tsc --noEmit --pretty falsegit diff --checknpx biome lint src/components/video-editor/VideoEditor.tsx(passes with the existingclipRegionsexhaustive-deps warning)Summary by CodeRabbit