Conversation
Overall package sizeSelf size: 4.82 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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
==========================================
+ Coverage 80.17% 80.45% +0.27%
==========================================
Files 731 736 +5
Lines 31212 31669 +457
==========================================
+ Hits 25025 25479 +454
- Misses 6187 6190 +3
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-02-23 22:08:03 Comparing candidate commit 37ce718 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 232 metrics, 28 unstable metrics. |
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 68.35% -11.83%
===========================================
Files 731 693 -38
Lines 31212 29252 -1960
===========================================
- Hits 25025 19995 -5030
- Misses 6187 9257 +3070
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 49.94% -30.23%
===========================================
Files 731 362 -369
Lines 31212 16297 -14915
===========================================
- Hits 25025 8140 -16885
- Misses 6187 8157 +1970
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 63.85% -16.33%
===========================================
Files 731 540 -191
Lines 31212 23167 -8045
===========================================
- Hits 25025 14793 -10232
- Misses 6187 8374 +2187
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:
|
1 similar comment
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 63.85% -16.33%
===========================================
Files 731 540 -191
Lines 31212 23167 -8045
===========================================
- Hits 25025 14793 -10232
- Misses 6187 8374 +2187
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 64.07% -16.10%
===========================================
Files 731 544 -187
Lines 31212 23228 -7984
===========================================
- Hits 25025 14884 -10141
- Misses 6187 8344 +2157
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
===========================================
- Coverage 80.17% 66.61% -13.57%
===========================================
Files 731 560 -171
Lines 31212 23830 -7382
===========================================
- Hits 25025 15874 -9151
- Misses 6187 7956 +1769
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
==========================================
- Coverage 80.17% 77.21% -2.97%
==========================================
Files 731 728 -3
Lines 31212 31411 +199
==========================================
- Hits 25025 24253 -772
- Misses 6187 7158 +971
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:
|
1 similar comment
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
==========================================
- Coverage 80.17% 77.21% -2.97%
==========================================
Files 731 728 -3
Lines 31212 31411 +199
==========================================
- Hits 25025 24253 -772
- Misses 6187 7158 +971
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:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7531 +/- ##
==========================================
- Coverage 80.17% 76.45% -3.73%
==========================================
Files 731 641 -90
Lines 31212 26952 -4260
==========================================
- Hits 25025 20606 -4419
- Misses 6187 6346 +159
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:
|
| otelMetricsHeaders: '', | ||
| otelMetricsProtocol: 'http/protobuf', | ||
| otelMetricsTimeout: 10_000, | ||
| otelTracesEnabled: false, |
There was a problem hiding this comment.
this config var is not exactly in the requirement doc. This was added as the counterpart to config.otelMetricsEnabled and config.otelLogsEnabled, and is equals to OTEL_TRACES_EXPORTER==otlp
What does this PR do?
Motivation
Additional Notes