Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentelemetry-php/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: opentelemetry-php/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 29, 2025

  1. remove todo for logging dropped attributes (#1485)

    this is already implemented for logs and traces as required by spec
    brettmc authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    991fe55 View commit details
    Browse the repository at this point in the history
  2. handle empty meter observers (#1490)

    * if no observers are registered for a meter's instruments, some tests were emitting php warnings:
    - foreach() argument must be of type array|object, null given
    - Undefined array key XXX
    
    null coalesce to an empty array to make the test happy.
    
    * handle empty writers
    brettmc authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    37eec0f View commit details
    Browse the repository at this point in the history
Loading