Skip to content

Commit d848795

Browse files
Add "report" errors to types tracked for Error Tracking (#22531)
* Add "report" errors to types tracked for Error Tracking * Apply review suggestion Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --------- Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
1 parent 288bca2 commit d848795

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

  • content/en/real_user_monitoring/error_tracking

content/en/real_user_monitoring/error_tracking/browser.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ further_reading:
1717

1818
## Overview
1919

20-
Error Tracking processes errors collected from the browser by the RUM Browser SDK. Whenever a [source][1] or [custom][2] error containing a stack trace is collected, Error Tracking processes and groups it under an issue, or group of similar errors.
20+
Error Tracking processes errors collected from the browser by the RUM Browser SDK. Whenever a [source][1], [custom][2], or [report][3] error containing a stack trace is collected, Error Tracking processes and groups it under an issue, or group of similar errors.
2121

22-
Your crash reports appear in [**Error Tracking**][3].
22+
Your crash reports appear in [**Error Tracking**][4].
2323

2424
## Setup
2525

26-
If you have not set up the Browser SDK yet, follow the [in-app setup instructions][4] or see the [Browser RUM setup documentation][5].
26+
If you have not set up the Browser SDK yet, follow the [in-app setup instructions][5] or see the [Browser RUM setup documentation][6].
2727

28-
1. Download the latest version of the [RUM Browser SDK][6].
29-
2. Configure your application's `version`, `env`, and `service` when [initializing the SDK][7].
30-
3. [Upload your JavaScript source maps][8] to access unminified stack traces.
28+
1. Download the latest version of the [RUM Browser SDK][7].
29+
2. Configure your application's `version`, `env`, and `service` when [initializing the SDK][8].
30+
3. [Upload your JavaScript source maps][9] to access unminified stack traces.
3131

3232
## Link errors with your source code
3333

34-
In addition to sending source maps, the [Datadog CLI][9] reports Git information such as the commit hash, repository URL, and a list of tracked file paths in the code repository.
34+
In addition to sending source maps, the [Datadog CLI][10] reports Git information such as the commit hash, repository URL, and a list of tracked file paths in the code repository.
3535

36-
Error Tracking and RUM can use this information to correlate errors with your source code, allowing you to pivot from any stack trace frame to the related line of code in [GitHub][10], [GitLab][11] and [Bitbucket][12].
36+
Error Tracking and RUM can use this information to correlate errors with your source code, allowing you to pivot from any stack trace frame to the related line of code in [GitHub][11], [GitLab][12] and [Bitbucket][13].
3737

3838
{{< img src="real_user_monitoring/error_tracking/link_to_git_js_example.mp4" alt="Link from a stack frame to the source code" video=true >}}
3939

4040
<div class="alert alert-info">Linking from stack frames to source code is supported in the <a href="https://github.com/DataDog/datadog-ci/tree/master/src/commands/sourcemaps#sourcemaps-command">Datadog CLI</a> version <code>0.12.0</code> version and later.</div>
4141

42-
For more information, see the [Datadog Source Code Integration][13].
42+
For more information, see the [Datadog Source Code Integration][14].
4343

4444
### Limitations
4545

@@ -56,14 +56,15 @@ Source maps are limited to **500** MB each.
5656

5757
[1]: /real_user_monitoring/browser/data_collected/?tab=error#source-errors
5858
[2]: /real_user_monitoring/browser/collecting_browser_errors/?tab=npm#collect-errors-manually
59-
[3]: https://app.datadoghq.com/rum/error-tracking
60-
[4]: https://app.datadoghq.com/rum/application/create
61-
[5]: /real_user_monitoring/browser/#setup
62-
[6]: https://www.npmjs.com/package/@datadog/browser-rum
63-
[7]: /real_user_monitoring/browser/#initialization-parameters
64-
[8]: /real_user_monitoring/guide/upload-javascript-source-maps
65-
[9]: https://github.com/DataDog/datadog-ci/tree/master/src/commands/sourcemaps#sourcemaps-command
66-
[10]: https://github.com
67-
[11]: https://about.gitlab.com
68-
[12]: https://bitbucket.org/product
69-
[13]: /integrations/guide/source-code-integration/
59+
[3]: /real_user_monitoring/browser/collecting_browser_errors/?tab=npm#error-sources
60+
[4]: https://app.datadoghq.com/rum/error-tracking
61+
[5]: https://app.datadoghq.com/rum/application/create
62+
[6]: /real_user_monitoring/browser/#setup
63+
[7]: https://www.npmjs.com/package/@datadog/browser-rum
64+
[8]: /real_user_monitoring/browser/#initialization-parameters
65+
[9]: /real_user_monitoring/guide/upload-javascript-source-maps
66+
[10]: https://github.com/DataDog/datadog-ci/tree/master/src/commands/sourcemaps#sourcemaps-command
67+
[11]: https://github.com
68+
[12]: https://about.gitlab.com
69+
[13]: https://bitbucket.org/product
70+
[14]: /integrations/guide/source-code-integration/

0 commit comments

Comments
 (0)