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

Commit 125a548

Browse files
author
ada
committed
Address comments from Santosh
1 parent ec9b8b0 commit 125a548

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gdi/get-data-in/rum/rum-instrumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can instrument the following types of application:
6060
Install the splunk-rum CLI
6161
=====================================================================
6262

63-
The ``splunk-rum`` CLI is a tool for enabling automatic source mapping of your browser, iOS, and Android applications at instrumentation time. Although you can prepare and upload source mapping information "on demand" manually through the UI, the best practice is to integrate the use of this CLI into the CI pipeline of your application. By integrating ``splunk-rum`` commands into your CI pipeline, you automate the steps you need to take to enable Splunk RUM to convert stack traces from your browser and mobile applications into human-readable form, and you ensure that this source mapping information always matches your production binaries.
63+
The ``splunk-rum`` CLI is a tool for enabling automatic source mapping of your browser, iOS, and Android applications at instrumentation time. Although you can upload source mapping information "on demand" manually through the UI, the best practice is to integrate the use of this CLI into the CI pipeline of your application. By integrating ``splunk-rum`` commands into your CI pipeline, you automate the steps you need to take to enable Splunk RUM to convert stack traces from your browser and mobile applications into human-readable form, and you ensure that this source mapping information always matches your production binaries.
6464

6565

6666
Prerequisites

rum/error-aggregates.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ About the error ID
3838
Splunk RUM groups errors based on an error ID (labeled :guilabel:`ErrorID`) that it computes for each error. Its computation is based on a hash of the error's stack trace, the error's message, and the error's type. It computes each error ID only once. The stack trace component of the hash is different depending on whether the stack trace is symbolicated or not. Therefore, the computed error ID, and hence the grouping of errors, is different depending on when you upload source maps:
3939

4040
* If you never upload source maps, the error IDs are based on the unreadable stack traces.
41-
* If you upload source maps at instrumentation time, the error IDs are based on the readable stack traces.
41+
* If you upload source maps at the time that you update your application with a new version, the error IDs are based on the readable stack traces.
4242
* If you upload source maps "on-demand" (in other words, after Splunk RUM has already ingested some errors) through the UI, the error IDs of existing errors are unchanged (still based on unreadable stack traces) but the error IDs, and hence error groupings, of future errors will be different (based on readable stack traces). If you're looking at a large enough time range to include errors ingested before and after you uploaded your source map, you will see that your application's errors are grouped differently, and the :guilabel:`Error summary` displays a message to alert you to this fact. The message varies depending on the application's platform, but is something like :guilabel:`..older instances of this crash remain in their original groupings, but newer instances are grouped based on the deobfuscation now available`.
4343

4444

@@ -94,11 +94,11 @@ To learn more about Tag Spotlight, see:
9494
Connect source files
9595
------------------------------------------------------------------------------------------
9696

97-
The information in most raw crash stack traces is not fully human-readable. To make a stack trace readable, you must provide platform-specific mapping information that translates that stack trace into human-readable form. You can either upload mapping information now ("on-demand”) or at the time that you instrument your mobile application:
97+
The information in most raw crash stack traces is not fully human-readable. To make a stack trace readable, you must provide platform-specific mapping information that translates that stack trace into human-readable form. You can either upload mapping information now ("on-demand”) or as part of your application's CI pipeline:
9898

9999

100100
* To upload mapping files now, select :guilabel:`Add dSYMs` for iOS applications or :guilabel:`Add a mapping file` for Android applications on this dashboard.
101-
* To upload mapping files at instrumentation time, see :ref:`add-dsyms` for iOS applications or :ref:`add-mapping-file` for Android applications.
101+
* To upload mapping files as part of your application's CI pipeline, see :ref:`add-dsyms` for iOS applications or :ref:`add-mapping-file` for Android applications.
102102

103103

104104

@@ -121,11 +121,11 @@ To see errors from a specific browser application:
121121
Upload source maps for readable stack traces
122122
------------------------------------------------------------------------------------------
123123

124-
The information in most raw stack traces is not fully human readable. To make your raw stack traces easier for you to read, you need to provide source maps that correspond to this browser application. Source maps enable Splunk RUM to translate raw stack traces back into a human-readable form. You can either upload source maps now ("on-demand”) or at the time that you instrument your browser application:
124+
The information in most raw stack traces is not fully human readable. To make your raw stack traces easier for you to read, you need to provide source maps that correspond to this browser application. Source maps enable Splunk RUM to translate raw stack traces back into a human-readable form. You can either upload source maps now ("on-demand”) or as part of your application's CI pipeline:
125125

126126

127127
* To upload source maps now, select :guilabel:`Upload` on this dashboard.
128-
* To upload source maps at instrumentation time, see :ref:`set-up-javascript-source-mapping`.
128+
* To upload source maps as part of your application's CI pipeline, see :ref:`set-up-javascript-source-mapping`.
129129

130130

131131
Find the top JavaScript errors across your applications in Tag Spotlight

0 commit comments

Comments
 (0)