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

Commit 7207eb4

Browse files
Merge pull request #2185 from splunk/gschatz-DOCGUILD-26251
doc feedback typo
2 parents 63cc843 + d462635 commit 7207eb4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rum/rum-session-replay.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This example shows the order in which to initialize the scripts:
4242
<script>
4343
SplunkRum.init({
4444
realm: '<realm>',
45-
rumAccessToken: '<your_rum_token>'
45+
rumAccessToken: '<your_rum_token>',
4646
applicationName: '<your_app_name>',
4747
version: '<your_app_version>',
4848
deploymentEnvironment: '<your_environment_name>'
@@ -53,7 +53,7 @@ This example shows the order in which to initialize the scripts:
5353
});
5454
</script>
5555

56-
Use session replay through Splunk CDN
56+
CDN
5757
--------------------------------------------
5858

5959
Initialize this code snippet to set up session replay through Splunk CDN.
@@ -70,10 +70,12 @@ Initialize this code snippet to set up session replay through Splunk CDN.
7070

7171

7272

73-
Use session replay through NPM
73+
NPM
7474
--------------------------------------------
75+
7576
Use the following command to set up session replay with NPM through a package named ``@splunk/otel-web-session-recorder``.
7677

78+
7779
.. code-block:: html
7880

7981
npm install @splunk/otel-web-session-recorder

0 commit comments

Comments
 (0)