This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
5959Initialize 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+
7576Use 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
You can’t perform that action at this time.
0 commit comments