---
title: "Configure Frontend Observability | Grafana Cloud documentation"
description: "Configure Frontend Observability to customize data collection and behavior"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Configure Frontend Observability

After instrumenting your application, configure Frontend Observability to control what data you collect, how it’s processed, and how your application behaves.

## Configuration topics

### Control data collection

- [Sampling](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/sampling/) - Reduce data volume by sampling telemetry
- [Filter bots](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/filter-bots/) - Exclude automated traffic from monitoring
- [Exclude endpoints](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/exclude-endpoints/) - Prevent specific URLs from being tracked

### Customize behavior

- [Override service name](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/override-service-name/) - Set custom application identifiers
- [Data proxy](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/data-proxy/) - Route telemetry through a proxy server
- [Process Faro telemetry](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/process-faro-telemetry/) - Transform telemetry before sending
- [Error fingerprinting](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/error-fingerprinting/) - Control how errors are grouped and identified

### Deployment and integration

- [Inject instrumentation](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/inject-instrumentation/) - Add monitoring via script injection
- [Composable frontends](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/composable-frontends/) - Configure micro-frontends and modular applications
- [Upload source maps](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/sourcemap-uploads/) - Enable readable stack traces in error reports
- [CSP violation tracking](/docs/grafana-cloud/monitor-applications/frontend-observability/configure/csp-violation-tracking/) - Monitor Content Security Policy violations

## Before you begin

Make sure you have:

1. [Instrumented your application](/docs/grafana-cloud/monitor-applications/frontend-observability/get-started/) with the Faro Web SDK
2. Your Frontend Observability instance running and collecting data

## Next steps

After configuring your instrumentation:

- [Visualize and explore data](/docs/grafana-cloud/monitor-applications/frontend-observability/visualize-data/) to analyze user behavior and performance
- [Create alerts](/docs/grafana-cloud/monitor-applications/frontend-observability/create-alerts/) to get notified about issues
- [Integrate with other tools](/docs/grafana-cloud/monitor-applications/frontend-observability/integrate/) to correlate frontend and backend data
