Skip to content

Commit e660966

Browse files
Merge pull request #2766 from splunk/tcarter-DOCGUILD-29315-RUM-replay
tcarter-DOCGUILD-29315-RUM-replay
2 parents 05d8be7 + 1110040 commit e660966

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rum/rum-session-replay.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This example shows the order in which to initialize the scripts:
4040

4141
.. code-block:: html
4242

43-
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossorigin="anonymous"></script>
44-
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
43+
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js" crossOrigin="anonymous"></script>
44+
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossOrigin="anonymous"></script>
4545
<script>
4646
SplunkRum.init({
4747
realm: '<realm>',
@@ -63,7 +63,7 @@ Initialize this code snippet to set up session replay through Splunk CDN.
6363

6464
.. code-block:: html
6565

66-
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
66+
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossOrigin="anonymous"></script>
6767
<script>
6868
SplunkSessionRecorder.init({
6969
realm: '<realm>',
@@ -82,7 +82,7 @@ Self-hosted
8282

8383
.. code-block:: html
8484

85-
<script src="<your-self-hosted-path>/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
85+
<script src="<your-self-hosted-path>/splunk-otel-web-session-recorder.js" crossOrigin="anonymous"></script>
8686

8787

8888
To avoid gaps in your data, load and initialize the Splunk JavaScript Agent asynchronously and as early as possible.

0 commit comments

Comments
 (0)