Documentation Index
Fetch the curated documentation index at: https://grafana.com/llms.txt
Fetch the complete documentation index at: https://grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/quickstart.md (append .md) or send Accept: text/markdown to https://grafana.com/docs/grafana-cloud/monitor-applications/frontend-observability/quickstart/. For the curated documentation index, use https://grafana.com/llms.txt. For the complete documentation index, use https://grafana.com/llms-full.txt.
Frontend Observability quickstart
Get telemetry data flowing from your frontend application to Grafana Cloud in less than 5 minutes.
Before you begin
- A Grafana Cloud account (sign up for free)
- A frontend web application (JavaScript, React, Next.js, or any framework)
Create a Frontend Observability app
- In Grafana Cloud, navigate to Frontend > Frontend Apps.
- Click Create new.
- Enter:
- App Name: Your application name
- CORS Allowed Origin: Your domain (use
localhostfor local development)
- Click Create.
Instrument your application
Copy the instrumentation snippet and paste it in the <head> section of your HTML:
<script>
// Snippet provided in the Grafana Cloud UI
</script>Tip
The snippet is pre-configured with your app key and endpoint. No additional configuration needed.
View your data
- Load your application in a browser.
- Navigate through a few pages or trigger some interactions.
- Return to Frontend Apps in Grafana Cloud.
- Select your app to see real-time performance data, errors, and user sessions.
Next steps
- Set up framework-specific instrumentation for React, Next.js, or vanilla JavaScript
- Explore performance data to understand Web Vitals and page load times
- Track errors with stack traces and source maps
- Instrument custom events for deeper insights
Was this page helpful?
Related resources from Grafana Labs


