Skip to content

Commit f65937e

Browse files
coolguyzoneAlex Krawiec
andauthored
Add minor SEO copy updates (#12860)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 5b2b88d commit f65937e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/sentry-basics/integrate-backend/capturing-errors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Capturing Errors
33
sidebar_order: 3
4-
description: "Learn more about how Sentry captures unhandled and handled errors and how you can enrich your event data."
4+
description: "Learn how Sentry captures unhandled errors and handled errors to enrich your event data."
55
---
66

7-
Once initialized in your code, the Sentry SDK will capture various types of events and notify you about them in real-time, depending on the alert rules you've configured. With the Django app already running on your [localhost](http://localhost:8000/), let's try them out.
7+
Once initialized in your code, the Sentry SDK will capture errors and various types of events to notify you about them in real-time, depending on the alert rules you've configured. With the Django app already running on your [localhost](http://localhost:8000/), let's try them out.
88

99
<Alert>
1010

11-
If you're using your own source code, follow the instructions in [Getting Started](/platforms/python/integrations/django/) to introduce an error into your app.
11+
If you're using your own source code, follow the [Getting Started](/platforms/python/integrations/django/) instructions to introduce an error into your app.
1212

1313
</Alert>
1414

0 commit comments

Comments
 (0)