Skip to content
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

Merged
merged 13 commits into from
Oct 2, 2024
Merged

Conversation

brettmc
Copy link
Collaborator

@brettmc brettmc commented Oct 2, 2024

No description provided.

o
Merge branch 'main' into 84-implicit-null
@brettmc brettmc requested a review from a team as a code owner October 2, 2024 03:54
Copy link

netlify bot commented Oct 2, 2024

Deploy Preview for opentelemetry-php canceled.

Name Link
🔨 Latest commit ba9388a
🔍 Latest deploy log https://app.netlify.com/sites/opentelemetry-php/deploys/66fcd8d575dc4a0008ea195a

brettmc and others added 9 commits October 2, 2024 13:55
- 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`.
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 73.83%. Comparing base (fd24607) to head (ba9388a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...K/Configuration/Loader/YamlExtensionFileLoader.php 0.00% 3 Missing ⚠️
...SDK/Configuration/Loader/YamlSymfonyFileLoader.php 0.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
8.1 73.45% <0.00%> (-0.04%) ⬇️
8.2 73.75% <0.00%> (-0.02%) ⬇️
8.3 73.67% <0.00%> (-0.06%) ⬇️
8.4 73.73% <0.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...K/Configuration/Loader/YamlExtensionFileLoader.php 0.00% <0.00%> (ø)
...SDK/Configuration/Loader/YamlSymfonyFileLoader.php 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd24607...ba9388a. Read the comment docs.

@bobstrecansky bobstrecansky merged commit 0ae2723 into open-telemetry:main Oct 2, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants