File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,13 @@ If you'd like to verify the snippet, you can view the page source in your browse
3434 });
3535
3636 SplunkSessionRecorder .init ({
37- app : appName,
37+ applicationName : appName,
3838 realm: realm,
39- rumAccessToken: auth
39+ rumAccessToken: auth,
40+ recorder: " splunk" ,
41+ features: {
42+ video: true ,
43+ }
4044 });
4145 const Provider = SplunkRum .provider ;
4246 var tracer= Provider .getTracer (' appModuleLoader' );
Original file line number Diff line number Diff line change 1010} ) ;
1111
1212SplunkSessionRecorder . init ( {
13- app : "observability-workshop" ,
13+ appplicationName : "observability-workshop" ,
1414 realm : "us1" ,
15- rumAccessToken : "h7q1NLX6lJz0h_5-OqQJkg"
15+ rumAccessToken : "h7q1NLX6lJz0h_5-OqQJkg" ,
16+ recorder : "splunk" ,
17+ features : {
18+ video : true ,
19+ }
1620} ) ;
1721</ script >
1822</ script>
You can’t perform that action at this time.
0 commit comments