# Instrumentation | Sentry for Laravel

* #### [Automatic Instrumentation](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.md)

  Learn what instrumentation automatically captures transactions.

* #### [Custom Instrumentation](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/custom-instrumentation.md)

  Learn how to capture performance data on any action in your app.

* #### [Instrument Caches](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/caches-module.md)

  Learn how to manually instrument your code to use Sentry's Caches module.

* #### [Instrument HTTP Requests](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/requests-module.md)

  Learn how to manually instrument your code to use Sentry's Requests module.

* #### [Instrument Queues](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/queues-module.md)

  Learn how to manually instrument your code to use Sentry's Queues module.
