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'
.