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.11.0
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.12.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 20, 2026

  1. Add AlwaysRecordSampler (#1836)

    * feat(trace): add AlwaysRecordSampler
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    * docs: improve phpDoc for AlwaysRecordSampler
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    * test: add tests for AlwaysRecordSampler
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    * chore: fix linter warnings
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    * docs: update phpDoc for AlwaysRecordSampler, add @experimental tag
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    * docs(sampler): clean up comments in AlwaysRecordSampler class
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    
    ---------
    
    Signed-off-by: Vitor Vasconcellos <[email protected]>
    vitorvasc authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    29cccee View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Add Logger::logRecordBuilder() (#1859)

    * Add `Logger::logRecordBuilder()`
    
    * Duplicate current `Logger` tests for `LogRecordBuilder`
    
    * Update SDK branch alias
    
    * Update SDK conflict version in API package
    
    * Add log record span context test
    
    * Add `CoversClass` `LogRecordBuilder` attribute
    Nevay authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7ea1c89 View commit details
    Browse the repository at this point in the history
  2. generate semconv 1.38.0 (#1855)

    * generate semconv 1.38.0
    
    - generate 1.38.0
    - update resource detectors to use 1.38.0 semconv classes
    - fix some failing tests
    
    * remove new and not-required semconvs
    brettmc authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    7f1bd52 View commit details
    Browse the repository at this point in the history
Loading