-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cross-link Error Tracking documentation (#22786)
* Prevent jumps from tracing ET docs to top-level ET docs * Add fix for page nav in include-markdown * Prevent jumps to top-level ET docs from Logs and RUM ET docs * Add supported products to top-level error tracking docs * Add Roku to Error Tracking docs links
- Loading branch information
Showing
19 changed files
with
138 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
i18n/*.json | ||
i18n/*.json | ||
layouts/partials/table-of-contents/**/*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Error Tracking for APM | ||
kind: documentation | ||
--- | ||
|
||
Error Tracking is available for all the languages supported by APM and does not require using a different SDK. | ||
|
||
{{< whatsnext desc="Get started with Error Tracking for APM:" >}} | ||
{{< nextlink href="tracing/error_tracking" >}}View the documentation{{< /nextlink >}} | ||
{{< nextlink href="tracing/error_tracking/#setup" >}}Set up the optional source code integration{{< /nextlink >}} | ||
{{< /whatsnext >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Error Tracking for Logs | ||
kind: documentation | ||
--- | ||
|
||
{{< whatsnext desc="To get started with Error Tracking for Logs, see the corresponding documentation for your framework:" >}} | ||
{{< nextlink href="logs/error_tracking/browser_and_mobile" >}}Browser and Mobile{{< /nextlink >}} | ||
{{< nextlink href="logs/error_tracking/backend" >}}Backend{{< /nextlink >}} | ||
{{< /whatsnext >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Error Tracking for Web and Mobile Applications | ||
kind: documentation | ||
--- | ||
|
||
{{< whatsnext desc="To get started with Datadog Error Tracking for RUM, see the corresponding documentation:" >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/browser" >}}Browser{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/android" >}}Android{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/ios" >}}iOS{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/expo" >}}Expo{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/reactnative" >}}React Native{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/flutter" >}}Flutter{{< /nextlink >}} | ||
{{< nextlink href="real_user_monitoring/error_tracking/roku" >}}Roku{{< /nextlink >}} | ||
{{< /whatsnext >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Custom Grouping | ||
kind: documentation | ||
description: Customize how error spans are grouped into issues. | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/custom_grouping.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Error Tracking Explorer | ||
kind: documentation | ||
description: Learn about the Error Tracking Explorer. | ||
further_reading: | ||
- link: '/monitors/types/error_tracking' | ||
tag: 'Documentation' | ||
text: 'Learn about Error Tracking Monitors' | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/explorer.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Suspect Commits | ||
kind: documentation | ||
disable_toc: false | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/suspect_commits.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
content/en/real_user_monitoring/error_tracking/custom_grouping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Custom Grouping | ||
kind: documentation | ||
description: Customize how error spans are grouped into issues. | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/custom_grouping.md" >}} |
11 changes: 11 additions & 0 deletions
11
content/en/real_user_monitoring/error_tracking/explorer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Error Tracking Explorer | ||
kind: documentation | ||
description: Learn about the Error Tracking Explorer. | ||
further_reading: | ||
- link: '/monitors/types/error_tracking' | ||
tag: 'Documentation' | ||
text: 'Learn about Error Tracking Monitors' | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/explorer.md" >}} |
7 changes: 7 additions & 0 deletions
7
content/en/real_user_monitoring/error_tracking/suspect_commits.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Suspect Commits | ||
kind: documentation | ||
disable_toc: false | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/suspect_commits.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Custom Grouping | ||
kind: documentation | ||
description: Customize how error spans are grouped into issues. | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/custom_grouping.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Error Tracking Explorer | ||
kind: documentation | ||
description: Learn about the Error Tracking Explorer. | ||
further_reading: | ||
- link: '/monitors/types/error_tracking' | ||
tag: 'Documentation' | ||
text: 'Learn about Error Tracking Monitors' | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/explorer.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Suspect Commits | ||
kind: documentation | ||
disable_toc: false | ||
--- | ||
|
||
{{< include-markdown "content/en/error_tracking/suspect_commits.md" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters