Conversation
Delete the unreferenced noop scope implementation in `packages/dd-trace/src/scope`.
Overall package sizeSelf size: 4.91 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7675 +/- ##
==========================================
+ Coverage 80.18% 80.31% +0.13%
==========================================
Files 739 739
Lines 31926 31946 +20
==========================================
+ Hits 25599 25657 +58
+ Misses 6327 6289 -38 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-03-04 21:49:52 Comparing candidate commit 9713c00 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
|
@BridgeAR that file is not referencing the file being deleted in this PR. That file is instead referencing |
Delete the unreferenced noop scope implementation in `packages/dd-trace/src/scope`.
Delete the unreferenced noop scope implementation in `packages/dd-trace/src/scope`.
Delete the unreferenced noop scope implementation in `packages/dd-trace/src/scope`.

What does this PR do?
Removes the unused noop scope implementation at
packages/dd-trace/src/scope/noop/scope.js.Motivation
packages/dd-trace/src/scope/noop/scope.jsis not referenced anywhere in the codebase.