Skip to content

feat: limit OTLP HTTP response body to 4 MiB

c78e578
Select commit
Loading
Failed to load commit list.
Open

feat: limit OTLP HTTP response body to 4 MiB #1935

feat: limit OTLP HTTP response body to 4 MiB
c78e578
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 9, 2026 in 0s

66.10% (-2.08%) compared to 6fef63f

View this Pull Request on Codecov

66.10% (-2.08%) compared to 6fef63f

Details

Codecov Report

❌ Patch coverage is 30.98592% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.10%. Comparing base (6fef63f) to head (c78e578).

Files with missing lines Patch % Lines
src/SDK/Common/Export/Http/PsrTransport.php 0.00% 38 Missing ⚠️
.../Common/Export/Http/TransportResponseException.php 0.00% 8 Missing ⚠️
src/SDK/Common/Export/Http/PsrUtils.php 88.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1935      +/-   ##
============================================
- Coverage     68.17%   66.10%   -2.08%     
+ Complexity     3021     2999      -22     
============================================
  Files           450      451       +1     
  Lines          8820     8771      -49     
============================================
- Hits           6013     5798     -215     
- Misses         2807     2973     +166     
Files with missing lines Coverage Δ
src/SDK/Common/Export/Http/PsrUtils.php 88.00% <88.00%> (-4.65%) ⬇️
.../Common/Export/Http/TransportResponseException.php 0.00% <0.00%> (ø)
src/SDK/Common/Export/Http/PsrTransport.php 0.00% <0.00%> (-94.45%) ⬇️

... and 12 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fef63f...c78e578. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.