-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curl auto instrumentation distributed tracing headers propagation, request and response headers capturing (#1420) #314
Curl auto instrumentation distributed tracing headers propagation, request and response headers capturing (#1420) #314
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #314 +/- ##
============================================
+ Coverage 79.12% 79.57% +0.44%
- Complexity 676 720 +44
============================================
Files 67 68 +1
Lines 2822 2913 +91
============================================
+ Hits 2233 2318 +85
- Misses 589 595 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
6b2a1af
to
19276e7
Compare
…quest and response headers capturing (#1420)
19276e7
to
382525e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left some linting-esque feedback (sorry! 👼 ) and a couple of minor tweaks.
src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Lightfoot-Wild <github-clw@wild.me.uk>
src/Instrumentation/Curl/tests/Integration/CurlInstrumentationTest.php
Outdated
Show resolved
Hide resolved
src/Instrumentation/Curl/tests/Integration/CurlMultiInstrumentationTest.php
Outdated
Show resolved
Hide resolved
…Test.php Co-authored-by: Brett McBride <brett.a.mcbride@gmail.com>
…ationTest.php Co-authored-by: Brett McBride <brett.a.mcbride@gmail.com>
No description provided.