We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913e5d commit 17383ccCopy full SHA for 17383cc
layouts/partials/custom-header.html
@@ -2,17 +2,17 @@
2
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
3
<script>
4
SplunkRum.init({
5
- realm: "eu0",
6
- rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA",
+ realm: "us1",
+ rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA",
7
applicationName: "observability-workshop",
8
deploymentEnvironment: "splunk.github.io",
9
version: "1.0",
10
});
11
12
SplunkSessionRecorder.init({
13
app: "observability-workshop",
14
15
- rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA"
+ rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA"
16
17
</script>
18
0 commit comments