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

# Instrumentation | Sentry for Iris

* #### [Automatic Instrumentation](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/auto-instrumentation.md)

  Learn what gets captured automatically when using Sentry's HTTP framework middleware.

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

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

* #### [OpenTelemetry Support](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/opentelemetry.md)

  Using OpenTelemetry with Sentry Performance.

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

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

## Pages in this section

- [Automatic Instrumentation](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/auto-instrumentation.md)
- [Custom Instrumentation](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/custom-instrumentation.md)
- [OpenTelemetry Support](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/opentelemetry.md)
- [Instrument Caches](https://docs.sentry.io/platforms/go/guides/iris/tracing/instrumentation/caches-module.md)
