---
title: "Instrumentation"
description: "Learn how to instrument tracing in your app."
url: https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/
---

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

## Pages in this section

- [Automatic Instrumentation](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/automatic-instrumentation.md)
- [Custom Instrumentation](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/custom-instrumentation.md)
- [Instrument Caches](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/caches-module.md)
- [Instrument HTTP Requests](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/requests-module.md)
- [Instrument Queues](https://docs.sentry.io/platforms/php/guides/laravel/tracing/instrumentation/queues-module.md)
