lumigo-io / lumigo-node

Lumigo's Node.js Distributed Tracing and Performance Agent
https://lumigo.io
Apache License 2.0
76 stars 12 forks source link

fix: descrease the bulk size to ensure it is small enough #487

Closed omrilumigo closed 4 months ago

omrilumigo commented 4 months ago

Bulks of spans of size 500 can be too big to send - decreasing to 200.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.50%. Comparing base (4e438b5) to head (97ffb28). Report is 513 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #487 +/- ## =========================================== - Coverage 100.00% 99.50% -0.50% =========================================== Files 19 42 +23 Lines 1165 2646 +1481 Branches 246 730 +484 =========================================== + Hits 1165 2633 +1468 - Misses 0 12 +12 - Partials 0 1 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

doriaviram commented 4 months ago

:tada: This PR is included in version 1.94.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: