-
Notifications
You must be signed in to change notification settings - Fork 191
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
84 implicit null #1394
84 implicit null #1394
Conversation
✅ Deploy Preview for opentelemetry-php canceled.
|
- class is nullable for pre hooks - add phpt tests for withspan and its interaction with auto root span
This exporter has been replaced by the debug exporter and will be removed soon. Related to open-telemetry/opentelemetry-collector#11037 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Follow-up from open-telemetry#1383. Debug exporter isn't available until v0.86.0, so this new configuration throws an error when trying to run the collector. `Error: cannot unmarshal the configuration: unknown exporters type "debug" for "debug"` Instead of setting to v0.86.0, I noticed the other docker files omitted the tag (so latest is pulled). I just updated this to match.
* add phpDocumentor instructions to Makefile Signed-off-by: svrnm <neumanns@cisco.com> * update DEVELOPMENT.md Signed-off-by: svrnm <neumanns@cisco.com> --------- Signed-off-by: svrnm <neumanns@cisco.com>
…telemetry#1392) PSR7 `RequestInterface::getUri()` must return `UriInterface`, not `string`; explicit typehint was added in `2.0`.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1394 +/- ##
============================================
- Coverage 73.88% 73.83% -0.06%
Complexity 2672 2672
============================================
Files 386 386
Lines 7650 7650
============================================
- Hits 5652 5648 -4
- Misses 1998 2002 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…hp into 84-implicit-null
No description provided.