PM-41429: Chore: Decouple dependencies - #7238
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed this tech-debt refactor that decouples Code Review DetailsNo findings. Notes from validation (no action required):
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7238 +/- ##
==========================================
- Coverage 85.72% 85.33% -0.39%
==========================================
Files 1053 1112 +59
Lines 67779 68345 +566
Branches 9826 9849 +23
==========================================
+ Hits 58101 58321 +220
- Misses 6166 6514 +348
+ Partials 3512 3510 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks @aj-rosado |
🎟️ Tracking
PM-41429
📔 Objective
This PR decouples the
FlightRecorderWriterandFileManagerfrom the network layer. This will allow the Flight Recorder to be instantiated much sooner in the app lifecycle.