Skip to content

Commit 722f1a9

Browse files
committed
Support for RUM 1.0.0
1 parent 06a2d4f commit 722f1a9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

content/en/ninja-workshops/1-automatic-discovery/2-petclinic-kubernetes/8-rum/_index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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');

layouts/partials/custom-header.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
});
1111

1212
SplunkSessionRecorder.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>

0 commit comments

Comments
 (0)