From ce3236f5d890f60a5b43f16b8f7855d6612c8597 Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Wed, 23 Oct 2024 09:50:09 -0700 Subject: [PATCH] Add word "Tutorial" to backend monitoring --- docs/product/sentry-basics/integrate-backend/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/sentry-basics/integrate-backend/index.mdx b/docs/product/sentry-basics/integrate-backend/index.mdx index b2834b3c6a00d2..a11f1ee53c6490 100644 --- a/docs/product/sentry-basics/integrate-backend/index.mdx +++ b/docs/product/sentry-basics/integrate-backend/index.mdx @@ -1,5 +1,5 @@ --- -title: Backend Error Monitoring +title: Backend Error Monitoring Tutorial sidebar_order: 40 description: "Follow this tutorial to set up Sentry to monitor errors for a sample Python backend application. By the end, you'll be able to configure the SDK for your needs and enrich your event data." ---