diff --git a/docs/product/sentry-basics/integrate-frontend/index.mdx b/docs/product/sentry-basics/integrate-frontend/index.mdx index d059b2302247c..82ac4cea5fbd9 100644 --- a/docs/product/sentry-basics/integrate-frontend/index.mdx +++ b/docs/product/sentry-basics/integrate-frontend/index.mdx @@ -1,7 +1,7 @@ --- -title: Frontend Error Monitoring +title: Frontend Error Monitoring Tutorial sidebar_order: 30 -description: "Follow this tutorial to set up Sentry for a sample React frontend application. By the end, you'll be able to monitor errors and view readable stack traces and suspect commits to help you debug." +description: "Follow this tutorial to set up Sentry for a sample React frontend application. By the end, you'll be able to monitor errors and view readable stack traces and suspect commits to help you identify and debug." --- This step-by-step tutorial walks you through setting up Sentry in a React project to monitor errors in a frontend application. After completing this tutorial you'll be able to: