newrelic / go-agent

New Relic Go Agent
Apache License 2.0
762 stars 294 forks source link

Fix for turn nil body into non nil body (issues 822) #824

Closed aayush-ap closed 9 months ago

aayush-ap commented 9 months ago

Fix for issue 822 https://github.com/newrelic/go-agent/issues/822

codecov-commenter commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (d752b7e) 80.06% compared to head (189fb85) 80.26%.

Files Patch % Lines
v3/newrelic/transaction.go 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #824 +/- ## =========================================== + Coverage 80.06% 80.26% +0.19% =========================================== Files 136 139 +3 Lines 12358 12567 +209 =========================================== + Hits 9895 10087 +192 - Misses 2180 2191 +11 - Partials 283 289 +6 ```

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