Skip to content

Commit 9f5f0d1

Browse files
authored
move migration and event data content up one level (#4378)
* moved migration folder and updated links * moved enrich data folder, updated links, and retitled index page * updated sidebar order of sentry basics pages * added redirects * fixed link text * fixed link text
1 parent ca1c929 commit 9f5f0d1

File tree

20 files changed

+17
-15
lines changed

20 files changed

+17
-15
lines changed

src/docs/product/discover-queries/uncover-trends.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ redirect_from:
77
description: "Learn how to work with the data in Discover to gain useful insights into the health and stability of your applications."
88
---
99

10-
Discover is a powerful query engine that allows you to query all your error metadata across projects and applications. As you've probably noticed, the Sentry SDKs installed in your applications capture huge amounts of events, each enriched with contextual data about the underlying error, platform, device, user, and more. We also highly encourage enriching your error data through the SDK by adding custom tags and configuring the release and environment. For more information see [Put your Data to Work](/product/sentry-basics/guides/enrich-data/).
10+
Discover is a powerful query engine that allows you to query all your error metadata across projects and applications. As you've probably noticed, the Sentry SDKs installed in your applications capture huge amounts of events, each enriched with contextual data about the underlying error, platform, device, user, and more. We also highly encourage enriching your error data through the SDK by adding custom tags and configuring the release and environment. For more information see [Event Data](/product/sentry-basics/enrich-data/).
1111

1212
Let's go over some examples of how to work with all this data to gain some useful insights into the health and stability of your applications.
1313

1414
<Note>
1515

16-
Some table column options may be repeated if you’ve set up a tag with the same name as a Sentry field. For the examples that follow, use the table column option marked “field.”
16+
Some table column options may be repeated if you’ve set up a tag with the same name as a Sentry field. For the examples that follow, use the table column option marked “field.”
1717

1818
</Note>
1919

@@ -94,7 +94,7 @@ To find out which files in your codebase are generating the most errors, run the
9494
![By File Names](010.png)
9595

9696
Change your "Display" selection to compare the current period to the previous one.
97-
97+
9898
You can continue exploring a specific filename by adding it to the filter and changing the table columns to display the major error culprits in that file:
9999

100100
![Culprits](008.png)

src/docs/product/sentry-basics/dsn-explainer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data Source Name (DSN)
3-
sidebar_order: 0
3+
sidebar_order: 10
44
description: "Learn about Sentry's Data Source Name structure and use."
55
---
66

src/docs/product/sentry-basics/guides/enrich-data/index.mdx renamed to src/docs/product/sentry-basics/enrich-data/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Put Your Data to Work
3-
sidebar_order: 5
2+
title: Event Data
3+
sidebar_order: 60
44
redirect_from:
55
- /guides/enrich-data/
6-
description: "Learn how to configure Sentry workflows and tools to fine-tune the data sent to Sentry."
6+
- /product/sentry-basics/guides/enrich-data/
7+
description: "Learn about event data and how to configure Sentry workflows and tools to fine-tune the data sent to Sentry."
78
---
89

910
The Sentry SDK captures errors, exceptions, crashes, and generally anything that goes wrong in your application in real-time.

src/docs/product/sentry-basics/environments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Environments
3-
sidebar_order: 1
3+
sidebar_order: 20
44
redirect_from:
55
- /enriching-error-data/environments/
66
- /learn/environments/

0 commit comments

Comments
 (0)