Skip to content

Commit 17383cc

Browse files
committed
Changed to send RUM data to US1
1 parent 8913e5d commit 17383cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/partials/custom-header.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<script src="https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web-session-recorder.js" crossorigin="anonymous"></script>
33
<script>
44
SplunkRum.init({
5-
realm: "eu0",
6-
rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA",
5+
realm: "us1",
6+
rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA",
77
applicationName: "observability-workshop",
88
deploymentEnvironment: "splunk.github.io",
99
version: "1.0",
1010
});
1111

1212
SplunkSessionRecorder.init({
1313
app: "observability-workshop",
14-
realm: "eu0",
15-
rumAccessToken: "TR9BBfgYo7qJfqrfgqjoqA"
14+
realm: "us1",
15+
rumAccessToken: "dp3FKraOS_wVhe-l7eCOsA"
1616
});
1717
</script>
1818
</script>

0 commit comments

Comments
 (0)