-
Notifications
You must be signed in to change notification settings - Fork 92
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
CodeIgniter 4.0+ auto-instrumentation (root span) #201
CodeIgniter 4.0+ auto-instrumentation (root span) #201
Conversation
Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one. |
Codecov Report
@@ Coverage Diff @@
## main #201 +/- ##
============================================
- Coverage 34.28% 33.13% -1.16%
- Complexity 824 852 +28
============================================
Files 73 76 +3
Lines 3138 3247 +109
============================================
Hits 1076 1076
- Misses 2062 2171 +109
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Hi @agoallikmaa
|
Sorry, I was referring to the changes in #200 which I thought had already been merged (as discussed in SIG just now) |
Implements CodeIgniter 4.0+ auto-instrumentation (
open-telemetry/opentelemetry-auto-codeigniter
package). Currently only collects root span.