packagist sentry/sentry-laravel 4.7.0

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

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.7.0.

Features

  • Add support for Cache Insights Module (#914). To learn more about this module, visit https://docs.sentry.io/product/insights/caches/. This feature requires Laravel v11.11.0 or higher.

    Cache tracing is enabled by default for new SDK installations. To enable this feature in your existing installation, update your config/sentry.php file with 'cache' => env('SENTRY_TRACE_CACHE_ENABLED', true), under 'tracing'.

Don't miss a new sentry-laravel release

NewReleases is sending notifications on new releases.