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/contrib-auto-pdo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.16
Choose a base ref
...
head repository: opentelemetry-php/contrib-auto-pdo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.17
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    8ccf856 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Update auto-instrumentation packages to SemConv 1.30 (#327)

    * update auto-instrumentation packages to SemConv 1.30.0
    * Curl semconv 1.30
    * amqp
    noting semconv recommendations, try to stick to semconv 1.24. Where attributes have been removed, replace
    with a string
    * rdkafka
    * guzzle
    * HttpAsyncClient
    * io
    * laravel
    * mongodb
    * mysqli
    * openaiphp
    * pdo
    * psr3
    * psr6
    * psr14
    * psr15
    * psr16
    * psr18
    * slim
    * symfony
    * wordpress
    * yii
    * symfony
    * logs
    * hard-code schema url for 8.0-supporting packages
    on 8.0 these packages won't be able to use the SemConv::Version enum
    * no-plugins for composer make targets
    this avoids the annoying 'do you trust...' composer questions
    * drop 7.4 testing
    * fixing build errors
    - bump psr3 + monolog deps to php8.1
    - fix azure detector semconv, add composer dependency
    * skip failing cake test on 8.0
    * fix message span names
    in semconv 1.27 the order of operation+queue switched
    brettmc authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    0295db3 View commit details
    Browse the repository at this point in the history
Loading