File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
8888To avoid gaps in your data, load and initialize the Splunk JavaScript Agent asynchronously and as early as possible.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments