From 42b1e1800225214dce2ab66baa17aae99eeaa934 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 23 Oct 2024 09:48:44 -0700 Subject: [PATCH 1/2] Add word "tutorial" --- docs/product/sentry-basics/integrate-frontend/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/sentry-basics/integrate-frontend/index.mdx b/docs/product/sentry-basics/integrate-frontend/index.mdx index d059b2302247c..e4e1b27fdd0ca 100644 --- a/docs/product/sentry-basics/integrate-frontend/index.mdx +++ b/docs/product/sentry-basics/integrate-frontend/index.mdx @@ -1,5 +1,5 @@ --- -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." --- From 36255a4af20b7a829530ee5ec34985f7ebe59e02 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Thu, 24 Oct 2024 15:28:29 -0700 Subject: [PATCH 2/2] Update docs/product/sentry-basics/integrate-frontend/index.mdx --- docs/product/sentry-basics/integrate-frontend/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/sentry-basics/integrate-frontend/index.mdx b/docs/product/sentry-basics/integrate-frontend/index.mdx index e4e1b27fdd0ca..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 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: