Skip to content

Commit 291676f

Browse files
coolguyzoneAlex Krawiec
andauthored
Apply SEO updates to dsn page (#12864)
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 0ce1e7a commit 291676f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/concepts/key-terms/dsn-explainer.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Data Source Name (DSN)
33
sidebar_order: 10
4-
description: "Learn about Sentry's Data Source Name structure and use."
4+
description: "A Data Source Name (DSN) tells Sentry where to send events so they’re associated with the correct project. Learn more about DSN structure and use here."
55
---
66

77
Sentry automatically assigns you a Data Source Name (DSN) when you create a project to start monitoring events in your app.
88

9-
### What the DSN Does
9+
### What the Data Source Name (DSN) Does
1010

1111
A DSN tells a Sentry SDK where to send events so the events are associated with the correct project.
1212

@@ -22,15 +22,15 @@ While there is a risk of abusing a DSN, where any user can send events to your o
2222

2323
If your application is shipped to client devices, if possible, we recommend having a way to configure the DSN dynamically. In an ideal scenario, you can "ship" a new DSN to your application without the customer downloading the latest version. We recognize that this may not always be practical, but we cannot offer further advice as this scenario is implementation specific.
2424

25-
### Where to Find Your DSN
25+
### Where to Find Your Data Source Name (DSN)
2626

2727
If you're in the process of setting up a project, you can find your DSN in the installation or configuration code snippets provided in [sentry.io](https://sentry.io/) during setup:
2828

2929
![DSN in code snippet](./img/create-new-project-04.png)
3030

3131
You can also find the DSN in your project settings by navigating to **[Project] > Settings > Client Keys (DSN)** in [sentry.io](https://sentry.io/).
3232

33-
### The Parts of the DSN
33+
### The Parts of the Data Source Name (DSN)
3434

3535
The DSN configures the protocol, public key, server address, and project identifier. It is composed of the following parts:
3636

0 commit comments

Comments
 (0)