chore: update iitm and fix initialize#7387
Conversation
cdbf2c0 to
d51e903
Compare
Overall package sizeSelf size: 4.5 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7387 +/- ##
==========================================
- Coverage 85.86% 85.83% -0.03%
==========================================
Files 518 518
Lines 22375 22376 +1
==========================================
- Hits 19212 19207 -5
- Misses 3163 3169 +6 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:
|
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-02-01 18:26:17 Comparing candidate commit 945211c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself. As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.
df77d48 to
945211c
Compare
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself. As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself. As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself. As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself. As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.
The initialize hook was expecting that it could import a cjs module. That expectation was wrong due to only working due to iitm formerly instrumenting the top level module. Since that is not the case anymore it broke our instrumentation, since that would not be possible by Node.js itself.
As drive by, this removes code from not supported versions as well as making some parts faster and cleaning up code.