Skip to content

Commit 79042be

Browse files
Title case headings (#10494)
1 parent eba0eb0 commit 79042be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/sentry-basics/integrate-backend/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you're using your own source code, you can skip this tutorial and either:
2626

2727
2. To start monitoring errors in your application you'll need to create a new project in your Sentry account. Check out our [frontend tutorial](/guides/integrate-frontend/create-new-project/) to learn more about how to create a project and define alert rules.
2828

29-
## Step 1: Get the code
29+
## Step 1: Get the Code
3030

3131
1. Open the sample [code repository](https://github.com/sentry-tutorials/backend-monitoring) on GitHub.
3232

@@ -44,7 +44,7 @@ If you're using your own source code, you can skip this tutorial and either:
4444

4545
5. Now that the sample code is available locally, open the `backend-monitoring` project in your preferred code editor.
4646

47-
## Step 2: Enable commit tracking for your repository
47+
## Step 2: Enable Commit Tracking for Your Repository
4848

4949
Sentry can help you resolve your errors faster by suggesting a suspect commit that might have introduced the error into your codebase. This is enabled by configuring _commit tracking_. Integrating your source code management solution and adding your code repositories is required to enable commit tracking. Learn more in our [releases documentation](/product/releases/?platform=node/suspect-commits/).
5050

@@ -74,7 +74,7 @@ Sentry captures data by using a platform-specific SDK within your application ru
7474
)
7575
```
7676

77-
## Step 4: Install dependencies and run the demo app
77+
## Step 4: Install Dependencies and Run the Demo App
7878

7979
To build and run the demo application on your localhost:
8080

0 commit comments

Comments
 (0)