packagist sentry/sentry-laravel 3.2.0

latest releases: dev-master, dev-release/4.9.0, 4.9.0...
19 months ago

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v3.2.0.
This release adds support for Laravel 10.

Features

  • Add support for Laravel 10 (#630)
  • Add tracing.http_client_requests option (#641)
    • You can now disable HTTP client tracing in your confgi/sentry.php file

      'tracing' => [
          'http_client_requests' => true|false, // This feature is enabled by default
      ],

Don't miss a new sentry-laravel release

NewReleases is sending notifications on new releases.