chore(telemetry): remove unused _safe_telemetry_operation from crewai_core - #6977
chore(telemetry): remove unused _safe_telemetry_operation from crewai_core#6977Vidit-Ostwal wants to merge 4 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe telemetry module removes the private ChangesTelemetry behavior
Merge Risk: ⚪ Minimal · up to This change removes an unused telemetry helper without altering the active telemetry path; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
Summary
_safe_telemetry_operationfromlib/crewai-core/src/crewai_core/telemetry.py.crewai_core, this method was only defined and never called. The class uses_safe_telemetry_procedureinstead.Telemetryinlib/crewai/src/crewai/telemetry/telemetry.pythat is still in use; this PR does not touch that path or any tests.Test plan
_safe_telemetry_operationhas no call sites underlib/crewai-core