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

Commit 864e7d2

Browse files
author
ada
committed
Address comments in GSO11Y-3367 and GSO11Y-3368
1 parent 82d5115 commit 864e7d2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

gdi/get-data-in/rum/android/add-mapping-file.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ Uploads for pre-production builds
133133

134134
* Run the upload command with the ``--app-id``, ``--version-code``, and ``--splunk-build-id`` parameters. This option only works if you added ``splunk.build_id`` to your Gradle build script (in step 1). Get the build ID from the Gradle build output or from the merged manifest:
135135

136+
.. note::
137+
If you didn't set the ``SPLUNK_REALM`` and ``SPLUNK_ACCESS_TOKEN`` environment variables, you must also add the ``--realm <value>`` and ``--token <your-splunk-org-access-token>`` parameters to this command.
138+
136139
.. code-block:: shell
137140
138141
splunk-rum android upload \
@@ -144,6 +147,9 @@ Uploads for pre-production builds
144147
145148
* Run the ``upload-with-manifest`` command with the path to the application's merged or packaged ``AndroidManifest.xml`` file, along with path to the mapping file. Be sure to include the correct manifest, which is the one that's created when your application is built, and is located in the build output directory:
146149

150+
.. note::
151+
If you didn't set the ``SPLUNK_REALM`` and ``SPLUNK_ACCESS_TOKEN`` environment variables, you must also add the ``--realm <value>`` and ``--token <your-splunk-org-access-token>`` parameters to this command.
152+
147153
.. code-block:: shell
148154
149155
splunk-rum android upload-with-manifest \

gdi/get-data-in/rum/browser/set-up-javascript-source-mapping.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Option 1: Use the splunk-rum CLI
5757
5858
#. Upload the source maps in the directory you specify to Splunk RUM. In this command, use the same values for application name (``<applicationName>``) and application version (``<applicationVersion>``) that you used in :ref:`configure-browser-instrumentation`.
5959

60+
.. note::
61+
If you didn't set the ``SPLUNK_REALM`` and ``SPLUNK_ACCESS_TOKEN`` environment variables, you must also add the ``--realm <value>`` and ``--token <your-splunk-org-access-token>`` parameters to this command.
62+
63+
6064
.. code-block:: bash
6165
6266
splunk-rum sourcemaps upload \

0 commit comments

Comments
 (0)