Issue
We are trying to set up cache monitoring but can't seem to get it working on Laravel. We are using the latest Laravel SDK.
Applies To
- Customers who are using the Laravel SDK
Resolution
You may find that Sentry’s cache monitoring is not working as expected in your Laravel application. This issue often arises if you are not using the minimum required version, since automatic cache instrumentation will only work if you are on Laravel v11.11.0 or higher. If you are on a lower version, you can still use custom instrumentation to manually create spans around your cache calls.