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

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
    f31f91c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Drop support for PHP 7.4 and 8.0, introduce support for PHP 8.4, fix …

    …semconv deprecations (#315)
    
    * Fixed a bit of warnings and deprecations
    * Dropped support for PHP 7.4 and 8.0. Introduced support for PHP 8.4
    * Set revision psalm to 6.4.0, more suppressions
    * Curl instrumentation fix
    * updated packages generating deprecated warnings
    intuibase authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c5cef98 View commit details
    Browse the repository at this point in the history
  2. [opentelemetry-auto-laravel] fix: serialization error when calls inte…

    …rnal Redis::Pipeline command (#331)
    
    * fix: add ability to escape error, when serialized parameter is closure or callable function
    * tests: add pipeline serialization test case
    090809 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    9ce166e View commit details
    Browse the repository at this point in the history
Loading