Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit cc62b8e

Browse files
author
ada
committed
Updated based on reviewer feedback
1 parent 854d989 commit cc62b8e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

rum/error-aggregates.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,9 @@ The information in most raw crash stack traces is not fully human-readable. To m
105105
JavaScript error aggregation
106106
==========================================================================================
107107

108-
Splunk RUM's :guilabel:`APPLICATION SUMMARY DASHBOARD` groups errors by platform:
109-
110-
* Browser applications each have their own section.
111-
* Android applications are grouped by error ID.
112-
* iOS apps are grouped by error ID.
108+
Splunk RUM's :guilabel:`APPLICATION SUMMARY DASHBOARD` groups errors by error ID. Each group's error ID is unique. For more information about the error ID, see :ref:`about-error-id`.
113109

114-
Each error group has a unique error ID. The JavaScript Errors metric in RUM displays JavaScript errors (grouped by error ID) which occur most often in your applications. The error ID is created by hashing the associated stack trace, error message, and error type. When you drill into an error, you can see the error type, the error message, associated stack trace, and the trend of the error frequency. For more information about the error ID, see :ref:`about-error-id`.
110+
The JavaScript Errors metric in RUM displays JavaScript errors (grouped by error ID) which occur most often in your applications. The error ID is created by hashing the associated stack trace, error message, and error type. When you drill into an error, you can see the error type, the error message, associated stack trace, and the trend of the error frequency. For more information about the error ID, see :ref:`about-error-id`.
115111

116112
To see errors from a specific browser application:
117113

0 commit comments

Comments
 (0)